.js #flash {
    display: none;
}

body {
	background-image: url(img/background.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	color: #FFF;
	font-family: Georgia;
	font-style: italic;
	text-align: center;
}

div.container {
	position:relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div#title{
	text-align:left;
	position:relative;
	font-size:3.8em;
	top:100px;
}

div#content{
	text-align:left;
	position:relative;
	font-size:2.0em;
	width:500px;
	top:110px;
	float:left;
}

div#banner{
	width:390px;
	float:left;
	height:260px;
}

div#links{
	top:20px;
	float:left;
	text-align:left;
	position:relative;
	font-size:1.8em;
	width:900px;
}


a{
	text-decoration:none;
	color:#00aeef;
}

img .poster{
	position:relative;
}
