﻿#content {
width:820px;
height:280px;
margin:0 auto;
position:relative;
}
#content object {
position:absolute;
top:0;
left:0;
z-index:0;
}
#content .section {

width:820px;
height:280px;
margin:0;
z-index:5;
position:absolute;
left:-10px;
}

#content .section0 {
float:left;
width:820px;
}

#content .section1 {
float:left;
width:150px;
padding-top:15px;
padding-left:30px;
}

#content .section2 {
	margin-left:170px;
	width: 600px;
	height: 77px;
	background: white;
	margin-top:50px;
	border:1px silver solid;
	padding:10px;
}

#content .section2 p{
	margin:7px 0 7px 0;
}