@charset "UTF-8";
/* CSS Document */

/* CSS Reset */

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background:url(../images/crowd.jpg) no-repeat fixed;
}


/* Body */

#wrap {
    width: 900px;
	margin: 0 auto;
}

#content {
    width:680px;
	padding: 10px;
	margin-left: 150px;
	margin-bottom: 20px;
	background:url(../images/content_bg.png) repeat;
	border-top: solid #8C0D18 10px;
}

#header {
    height: 300px;
	padding: 10px;
	background:url(../images/head_bg.png) repeat-x;
}

#headline {
    width: 690px;
	height: 86px;
	background:url(../images/headline.png) no-repeat;
	float:left;
	margin-top: 30px;
}

#logo {
    width: 300px;
	height: 300px;
	margin-left: 20px;
	background:url(../images/logo.png) no-repeat;
	float:left;
}

#comments {
    font-size:24px;
	margin-top: 150px;
	margin-left: 50px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
}
