html * {
	margin:0; padding:0;
}
body {
	font:12px/1.4 Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	background:#4a4b4c;
	color:#989a9c;
	text-align:center;
}
a:outline { border:0; }
a:link { color:#aaa; text-decoration:none; }
a:visited { color:#aaa; text-decoration:none; }
a:hover { color:#777; text-decoration:none; }
a:active { color:#aaa; text-decoration:none; }
#content {
	width:600px;
	position:relative;
	text-align:left;
	margin:0 auto;
	padding:40px 0;
}
#movie {
	width:600px; height:450px;
	background:black;
	position:relative;
	cursor:pointer;
}
#movie noscript {
	position:absolute; top:0; left:0;	
}
#movie #play {
	position:absolute;
	top:50%; left:50%;
	margin:-37px 0 0 -37px;
	display:none;
}
#about {
	margin:10px 0 0 0;	
	background:url(../imgs/serein-logo.gif) no-repeat 100% 0;
}
#about p {
	margin:0;
	text-transform:uppercase;
	font-size:11px;
	color:#777;
}
#about p.dip {
	margin-top:10px;
}
#more {
	font-size:11px;	
}
