/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color:#FFFFFF;
	}

a {
	font-size:14px;
	line-height:18px;
	text-decoration: none;
	color: #FF0000;
	}

a:hover {
	text-decoration:underline;
	border: none;
	color:#FFFFFF;
	}

img {
	border:none;
	}

#container {
	width: 820px;
	margin: 0 auto;
	padding: 10px;
	}

#header {

	}

#content {
	background:url(../_images/index_bg.jpg) no-repeat top;
	clear: both;
	width: 820px;
	margin: 0 auto;
	padding-top: 20px;
	text-align:center;
	height:450px;

	}
	
#push {
	height: 370px;
	width: 820px;
	}

#enter {
	position:relative;
	top:200px;
	}

#enter a{
	font-size:18px;
	}

#footer {
	background:url(../_images/index_footerbg.gif) repeat-x top;
	clear: both;
	width: 760px;
	margin: 10px;
	padding: 20px;
	}

#footer p {
	color:#999999;
	}
