* { 
	padding: 0px;
	margin: 0px;
	outline: none;
}
img, fieldset {
	border: none;
}
ul {
	list-style: none;
}
body {
	width: 100%;
	font: 12px arial;
	background: url(../img/bg.gif) repeat;
	padding: 20px 0;
	float: left;
}
#main {
	width: 380px;
	height: 250px;
	border: 5px solid #FFF;
	padding: 300px 0 0 600px;
	margin: 0 auto;
}
.bg_1 {
	background: url(../img/bg_main.jpg) no-repeat;
}
.bg_2 {
	background: url(../img/bg_main.jpg) no-repeat 0 bottom;
}
#main a {
	width: 63px;
	height: 39px;
	float: left;
}
#main a.yes {
	background: url(../img/buttons.png) no-repeat;
}
#main a:hover.yes {
	background: url(../img/buttons.png) no-repeat right 0;
}
#main a.no {
	background: url(../img/buttons.png) no-repeat 0 bottom;
}
#main a:hover.no {
	background: url(../img/buttons.png) no-repeat right bottom;
}

#website {
	position:absolute;
	left:50%;
	margin-left:-495px;
	border:5px solid #FFF;
	display:none
}
