@charset "UTF-8";
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END OF CSS RESET */
body {
	background-color:#000;
	font-size: 13px;
}
div#wrapper {
	height: 534px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
div#wallpaper {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/headbg.jpg);
	background-repeat: no-repeat;
	padding-top: 170px;
	height: 370px;
}
#movie {
	color: #FFF;
	height:300px;
	width:700px;
	background-color:#000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
div#info {
	color: #3B3B3B;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
	margin-top: 10px;
}
div#sharing {
	float:right;
	padding-right:70px;
}
div#download {
	float:left;
	color: #EB9E2A;
	background-color: #333;
	padding: 5px;
}
div#ads {
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	padding:10px;
	font-size: 13px;
}
p#footernote {
	color: #999;
	padding: 10px;
	text-align:center;
}
a {
	color: #C60;
}
a:hover {
	color: #CF0;	
}
div#facebook {
	text-align:center;
	background-color: #f7f7f7;
	padding:50px;
	border: 2px solid #666;
	display:block;
}
.comment_body {
	background-color: #f7f7f7;
}