*{
	padding: 0px;
	margin: 0px;
}
body{
	color: white;
	font-family: "Comic Sans MS";
	background: black;
}
h1, h2, h3{
	font-size: 20px;
	text-align: center;
}
p{
	font-size: 20px;
}
img{
	border: none;
}
#wrap{
	position: relative;
	width: 904px;
	height: 648px;
	padding: 60px;
	margin: auto;
	margin-top: 20px;
	background: url(images/background.jpg) no-repeat;
}
#title{
	float: left;
	width: 518px;
	height: 589px;
	margin-left: 180px;
	margin-right: 180px;
	z-index: 1;
}
#buttons{
	float: left;
	width: 850px;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: -135px;
}
#button1{
	float: left;
	width: 241px;
	height: 190px;
	margin-right: 40px;
	z-index: 2;
}
#button2{
	float: left;
	width: 241px;
	height: 190px;
	margin-right: 40px;
	z-index: 2;
}
#button3{
	float: left;
	width: 241px;
	height: 190px;
	margin-right: 40px;
	z-index: 2;
}
#footer{
	position: absolute;
	width: 904px;
	bottom: 1px;
	font-size: 10px;
	color: white;
	text-align: center;
	color: black;
}
#bu_logo{
	position: absolute;
	bottom: 35px;
	left: 4px;
}
#back{
	position: absolute;
	bottom: 45px;
	left: 70px;
}


