/* CSS Document */

body{
	color: white;
	font-family: arial, Gil Sans, Sans-Serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/dbg2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
	background-color: black;

}

#wrap{
width: 452px;
text-align: center;
margin-left:auto;
margin-right: auto;
}

#content{
width: 450px;
float: left;
text-align: left;
background: #e4e4e4;
padding: 10px;
color: black;
border-left: 1px solid #666;
border-right: 1px solid #666;
}

#cover{
width: 200px;
height: 200px;
float: left;
margin-right: 10px;
}