@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

body {
background-position:center;
background-repeat:no-repeat;
text-align:center;
background-attachment:fixed;
background-image:url(../imgs/greyBG_80k.jpg);
background-color:#333333;
}
#homeContainer{/*not using since I put log within the flash file*/
	margin-left:-200px;/*negative margin compensates for percentage positioning*/
	margin-right:auto;
	height:100px;
	width:400px;
	position:absolute;
	top:25%;
	left:50%
	
}
#subnav{
position:absolute;
left:50%;
margin-left:-115px;
top:2%;
width:230px;
/*border:solid 2px white;*/
}
#subnav a, #footer a, #footer ul li{
	text-decoration:none;
	padding:7px 6px 7px 6px;
}
#subnav ul li a:hover, #footer a:hover{
background-color:#CC0066;

}
#subnav ul li{
display:inline;
list-style-type:none;
margin:0 -4px 0 0;
padding:7px 0;
}
.leftborder{
border-left: solid white 1px;
}
#aboutMe, #hireMe, #playground{
position:absolute;
top:10%;
left:50%;
width:200px;
margin-left:-115px;
background-color:#333333;
padding:10px;
border-left:2px dashed white;
border-right:2px dashed white;
}

#footer{
position:absolute;
width:400px;
margin-left:-200px;
left:50%;
bottom:5%;
}
#footer ul li, #footer ul li a{
padding:0 6px;
display:inline;
list-style-type:none;
margin:0 -4px 0 0;
font-size:x-small;
}
#mainNav{
position:absolute;
top:30%;
left:50%;
margin-left:-200px;
}

a:focus, object:focus {     
outline: none; /*gets rid of focus rectangles on links and objects in FF*/
}

