body{
	color:#666666;
	font-family:"Lucida Grande",verdana,arial,Tahoma,Verdana,sans-serif;
	font-size:.9em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-weight:normal;
	margin:0px;
	background-color: #000000;
}

p{
padding: 0px 20px;
}

h2{
	font-size:2em;
	display:block;
	text-align: left;
	color:#06C;
	font-weight:bold;
	font-style:normal;
	font-family: Arial;
	padding: 0px 20px;
}

	#wrap {
		background:#FFF url(images/br_byn.png) no-repeat bottom right;
		margin:50px auto;
		width:900px;
	}
	#main {
	background:#CCC;
	float:left;
	width:400px;
	padding: 30px 0px;
	text-align: center;
	}
	#sidebar {
	background:#FFF url(images/tr_byn.png) no-repeat top right;
	float:right;
	width:500px;
	padding: 30px 0px;
	}
	#footer {
		background:#000;
		clear:both;
	}
