@CHARSET "ISO-8859-1";

body {
    background-attachment: fixed;
    background-color: #CFC3B3;
    background-image: url("");
    background-position: center center;
    background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
}
 
div {
 	width:960px; 
 	margin:0 auto;
}
 
#details{
	background: white; 
	padding:20px; 
	margin-top: 50px;
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

h1, h2, img, p {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
p.soon {
	text-align: right;
	font-size:10px;
}