body {	
	margin:0;
	padding:0;
	color:#e5e4e4; 
	font: 12pt serif;	
	background: #000;
}


h1 { text-decoration: none; font: 1.5em serif; color: #ffffff;  text-align:center;}
h2 { text-decoration: none; font: 1.3em serif ; color: #ddd;    text-align:center;}

h3 { text-decoration: none; font: 1.1em serif; color: #ffffff;   }
b { text-decoration: none; font: 1em serif; color: #ffffff;   }
strong { text-decoration: none; font: 1em serif; color: #ffffff;   }
p { text-decoration: none; font: 1em serif; color: #ffffff;  font-weight: normal; padding: 10px 0; }



a:link { text-decoration: underline; font: 1em serif; color: #bbb;  }
a:visited { text-decoration: underline; font:1em serif; color: #bbb;  }
a:active { text-decoration: underline; font:1em serif; color: #bbb; outline: 0;  }
a:hover { text-decoration: none; font:1em serif; color: #fff; outline: 0;  }

#page {	
	width: 100%;
	margin: 0px auto;
	padding:0;
	line-height: 1;
	text-align:center;
}

#top {
	margin: 20px auto;
	text-align:center;
}

div.menu{
	clear:both;
	width: 900px;
	text-align:center;
	margin: 10px auto;
}

div.menu ul{
	list-style: none;
	
}

div.menu li{
	float: left;
	padding: 10px;	
}

#content {
	clear: both;
	margin: 0px auto;
	width: 920px;
	text-align:left;
	position:relative;
	padding: 10px 0;
}

#left {
	background: #000 url("bastards_poster.jpg") no-repeat top center;
	float: left;
	width: 400px;
	padding: 5px;
	height: 554px;
}

#right {
	float: right;
	width: 500px;
	padding: 5px;	
}

#footer {

	clear: both;
	padding: 5px;
}


