* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: #222;
	width: 100%;
	background: #0c2008;

}

a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

a:visited {
	color: #FFF;
}

a:hover {
	color: #fbff93;
	text-decoration: underline;
}

#rap {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

/*main content*/

#demoreel {
	margin: 0 auto;
	width: 1020px;
	height: 760px;
	background:  url(../images/bs_09_bg.jpg) top center no-repeat;
}

.reel {
	float: right;
	padding: 100px 40px 0 0;
	width: 540px;
	height: auto;
}

.info {
	float: right;
	padding: 16px 40px 0 0;
	width: 540px;
	text-align: left;
	line-height: 30px; 
}

.phone {
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 20px;
}