/* CSS Document */
body, html {
	background:#000000;
	color : #333333;
	font-size : 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	height:100%;
	}

td {
	font-size: 11px;
	padding: 3px;
	}
	
img {
	border:0;
	}
	
form {
	margin:0;
	}

input, textarea, select {
	color :#333333; 
	font-size : 11px; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid #CDCDCD;
	}

a {color : #666666; text-decoration : none;}
a:hover {text-decoration : underline;}

#index {
	position:absolute;
	left: 0%; 
    top: 0%;
	width:100%;
	height:100%;
}

#resume {
	position:absolute;
	left: 50%; 
    top: 50%;
	width:640px;
	height:360px;
	margin-top: -180px;
    margin-left: -320px;
}
