html { width:100%; height:100%; }

body { 	min-width:100%; 
		min-height:100%; 
		margin:0; 
		padding:0; 

		background-color: #000000;
		/*background-image:url(img/pattern.png);background-repeat:no-repeat;*/
		
	}     

#main
	{		
		margin:0px 64px	0px 64px;
		width: 764px;
		padding-top: 64px;
	}
		
#text p
	{		
		text-align: left;
		color: rgb(180,180,180);
		font: normal 12px Helvetica, sans-serif;
		font-weight: bold;
	}
	/* unvisited link */
	a:link {
	color: rgb(0,122,182);
}

	/* visited link */
	a:visited {
	color: rgb(0,122,182);
}

	/* mouse over link */
	a:hover {
	color: rgb(51,102,94);
}

	/* selected link */
	a:active {
	color: rgb(255,255,255);
}

	
#shortcut a
	{
		
		float:left;
		margin: 0 0 0 0px;
	}


#linkedIn
{
  display: block;
  width: 32px;
  height: 32px;
  background: url(img/linkedIn.png) no-repeat 0 0;

}
#linkedIn:hover
{ 
  background-position: -32px 0;
}

#linkedIn span
{
  position: absolute;
  top: -999em;
}