/* RESET SETTING */
html, body, div, span, h1, h2, h3, h4, h5, p, strong, ul, ol, li{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
/*END RESET*/
* { outline: 0; outline: none; }
body{
	background: url(images/Background02.png) repeat; 
	height: 100%;	
	font-size:62.5%;
	font-family: Helvetica, Arial, Georgia, sans-serif; 
	line-height:1.5;
}
#homepage #wrapper{
	width: 1260px;
	height: 980px;
	background: url(images/Background02.png) repeat;
	margin: 0px auto;
	position: relative;
	padding-bottom: 0;
	text-align: center;
	
}
	#homepage #wrapper img { margin-top: 15px; position: relative}
#logo{
	padding-top: 12px;
}

#enter{
	position: absolute;
	bottom: 0%;
	left: 50%;
	width:143px;
	height: 53px;
	background: url(images/enter.png) no-repeat top center;
	text-indent: -9999px; 
	margin-bottom: 15px;
	margin-left: -72px;
}
#enter:hover{
	background: url(images/enter-over.png) no-repeat top center;
}
ol, ul{
	list-style:none;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.clear{
	clear:both;
}

a img{
	border:none;
}
.floatleft{
	float:left;
}
.floatright{
	float: right;
}
/*END RESET*/
#wrapper{
	width: 1020px;
	margin: 0px auto;
	overflow: hidden;
	padding-bottom: 30px;
}
/*sidebar*/
