/* CSS Document */

img{
border: none;

}

* {
	margin: 0;
	padding: 0;
}

body, html {
	text-align: center;
	color: #fff;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
	
}

body {
	font-family: "Helvetica", sans-serif;
	font-size: 11px;
	color: #505050;
	background: #000;
}

#enter{
	height: 45px;
	background: url(../img/back_enter.jpg) no-repeat 0 -5px;

}

#enter p{
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	

}

#header {
	background-image: url(../img/headerhome.jpg);
	background-repeat: no-repeat;
	background-position: 0 top;
}

#content p {
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 18px;
	color: #c69c35;
	padding: 10px 0 10px 0;

}

#countdown {
	height: 230px;
	margin: 0px;
	padding: 0px;
}
