body{
 background: #2f2f2f;
 color: white;
 margin: 0;
 padding: 0;
 font-family: Arial;
 font-size: 12px;
}

H1{
	font-size: 28px;
}

a{
	color: white;
}

a:hover{
	text-decoration: none;
	color: #898989;
}
#container{
	width: 790px;
	height: 700px;
	margin: auto;
	text-align: center;
}

.top{
padding-top:15px;
height: 100px;
width: 749px;
float: left;
}

.middle{
width: 789px;
float: left;
border-top: 1px dashed #989898;
border-bottom: 1px dashed #989898;
padding-top:5px;
padding-bottom: 5px;
}

.bottom{
height: 50px;
width: 749px;
float: left;

}

.left{
float:left;
width: 62%;
height: 100%;
}

.right{
float: left;
width: 37%;
height: 100%;
text-align center;
border-left: 1px dashed #989898;
}

.desc{
	margin-top: -5px;
	font-size: 12px;
	
}
