* {
	padding:0;
	margin:0;
}

body {
	font: 85% Geneva, Arial, Helvetica, san-serif;
	background: #000 url(../img/homeBg.jpg) repeat-x 0 350px;
	color: white;
}

h1 {
	font-size: 1px;
	background: url(../img/titleHome.png) no-repeat 0 250px;
	width: 560px;
	height: 500px;
}

a {
	text-decoration: none;
	color: #a3d6f3;
}

a:hover {
	color: #b0bc22;
}

img {
	border: 0;
}

#container {
	width: 920px;
	margin: 0 auto;
	position: relative;
}

#text {
	margin-top: 60px;
}

#enter {
	background-color: #000;
	width: 250px;
	height: 30px;
	padding-left: 17px;
	position: absolute;
	top: 348px;
	left: 650px;
}

