body{
	background-color:#e2ceab;
	margin:0px;
	font-family:verdana;
	font-size:12px;
}

#imgSite{
	width:100%;
	background:url(../images/bgSite.jpg) no-repeat;
	background-position:right;
	height:482px;
}

#imgSite div{
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:4px;
	height:25px;
	color:#fff;
	line-height:25px;
	background:#390;
	margin-bottom:10px;
	position:relative;
	left:20%;
	width:200px;
	top:30px;
	cursor:pointer;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
}

#logo{
	width:100%;
	height:146px;
	background:url(../images/logo.png) no-repeat;
	background-position:center;
}

h1{
	display:none;
}