@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body ,html{
	background-color: #000;
	text-align: center;
	color: #CCC;
}
#bg-wrapper {
	width: 953px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	height: 365px;
	background-image: url(../images/dn-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btn-wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-top: 210px;
}
#btn-left-tile {
	height: 101px;
	width: 243px;
	margin-left: 150px;
	float: left;
	margin-top: 3px;
}
#btn-right-tile {
	height: 101px;
	width: 243px;
	float: left;
	margin-left: 150px;
}
