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


body {
	margin: 0px;
	padding: 0px;
	background:#111 url(../images/bg-index.gif) repeat top left;
}

img, img a, div, div a {
	border:none;
}

a:link, a:visited {
	color:#666;
	text-decoration: none;
	border:none;
	cursor:pointer;
	
}

a:hover {
	color:#ccc;
	text-decoration: none;
	border:none;
	cursor:pointer;
}

a:active {
	color:#333;
	text-decoration: none;
	border:none;
	cursor:pointer;
}

#main {
	margin:20px auto;
	width:950px;
	height:850px;
	padding:0px;
	background: url(../images/entry.jpg) no-repeat top left;
}

#nameplate {
	margin:0px;
	padding:0;
	width:385px;
	height:125px;
}

#enter {
	margin:150px 0 0 0;
	padding:0;
	width:195px;
	height:89px;
}

#info {
	margin:30px auto 0 auto;
	padding:0;
	width:600px;
	color:#444;
	font-size:.9em;
	font-family:Tahoma, Geneva, sans-serif;
}

