@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}

a img{
	border: 0px;
}

body{
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.hidden{
	display: none;
}

.clearboth{
	clear: both;
	font-size:0px;
	height: 0px;
}

#wrapper{
	display: block;
	margin: 0 auto;
	width: 980px;
	height: 580px;
	background: url(../images/landing/bg_02.jpg) right top no-repeat;
}

#pagebody{
	padding-top: 326px;
	padding-right: 93px;
	text-align: right;
}

#pagebody a#twitter{
	margin-top: 10px;
	background: url(../images/landing/twitter.jpg) no-repeat;
	display: block;
	width: 226px;
	height: 36px;
	float: right;
	clear: both;
}
#pagebody a#twitter:hover{
	background-position: bottom;
}

#pagebody a#facebook{
	background: url(../images/landing/facebook.jpg) no-repeat;
	display: block;
	width: 235px;
	height: 36px;
	text-align: right;
	float: right;
	clear: both;
}

#pagebody a#facebook:hover{
	background-position: bottom;
}

#footer{
	color: #ffffff;
	margin-top: 80px;
}

#footer ul{
	display: inline;
	list-style: none;
}
#footer ul li{
	float: left;
	padding: 5px;
}

#footer ul li a{
	color: #ffffff;
	text-decoration: none;
}

#footer ul li#bdali{
	width: 541px;
	padding-top: 0px;
}


.rightp{
	color: #33e765;
	font-size: 11px;
	text-align: right;
}