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

html {
	background:#000;
}


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}


a:link {
	text-decoration: none;
	color: #CACACA;
}

a:visited {
	text-decoration: none;
	color: #CACACA;
}

a:hover {
	text-decoration: none;
	color: #FFF;
	padding:5px 0 0 0;
	border-top: solid 3px #CACACA;
}

a:active {
	text-decoration: none;
	color: #999;
}


#main {
	margin:0px auto;
	width: 820px;
	padding:0;
}

#chet-img {
	margin:0px;
	width: 500px;
	height:700px;
	background:url(../images/chet-dark.jpg) no-repeat top left;
	float:left;
}

#right-wrapper {
	margin:200px 0px 0px 0px;
	width: 320px;
	float:right;
}

#name {
	width: 320px;
	height: 45px;
	background:url(../images/name-dark.gif) no-repeat top left;
}

#enter {
	color:#CACACA;
	font-size:1.1em;
	margin:15px 0px 0px 0px;
	padding:30px 10px 0 0;
	text-align:right;
}
