@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	background:#990000 url(images/bg-red.jpg) center top;
	font-family:tahoma, arial;
	font-size:11px;
	text-align:justify;
	color:#CC0000;
}

a:link {color:#CC0000;font-size:12px;text-decoration: none;font-weight:bold;}
a:visited {color: #CC0000;font-size:12px;text-decoration: none;font-weight:bold;}
a:hover {color:#990000;font-size:12px;text-decoration: none;font-weight:bold;}
a:active {color: #CC0000;font-size:12px;text-decoration: none;font-weight:bold;}


.clear {clear:both;}
#clear {clear:both;}

#wrapper {
	width:100%;
}

		#all {
			margin:0 auto;
			width:900px;
			height:720px;
		}
		
				#header {
					float:left;
					width:900px;
					height:180px;
					background:url(images/header.jpg) no-repeat;
				}				
		
				#flash {
					float:left;
					width:900px;
					height:360px;
					background:url(images/bg-grunge.jpg) center top repeat-y;
				}
				
				#footer {
					float:left;
					width:900px;
					height:180px;
				}