*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style: none;
	text-decoration:none;
}

body {
	background: #000000 url(images/bg.jpg) no-repeat center fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c8bb97;
	line-height:20px;
}

h1 {
	height: 167px;
	width:195px;
	background: url(images/logo.png) no-repeat center top;
	text-indent: -1000em;
	position:absolute;
	left:198px;
	top:110px;
}

a {
    outline: none;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
    outline: none;
	color: #c8bb97;
	text-decoration: none;
}

#site {
	background: url(images/site_bg.png) no-repeat center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -325px auto auto -295px;
	width: 590px;
	height: 665px;
	text-align: center;
}

#site p {
	margin-top:330px;
	line-height:17px;
}

#buttons {
	width:200px;
	position:relative;
	margin: 0 auto;
}

#yes {
	padding: 35px 0 0 0;
	float:left;
}

#yes input {
	width: 85px;
	height: 35px;
	background: #00a700;
	color:#ffffff;
	cursor: pointer;
	font-size:11px;
	padding-bottom:3px;
	font-weight:bold;
}

#no {
	padding: 35px 0 0 0;
	float:right;
}

#no input {
	width: 85px;
	height: 35px;
	background: #de0000;
	color:#ffffff;
	cursor: pointer;
	font-size:11px;
	padding-bottom:3px;
	font-weight:bold;
}