@charset "UTF-8";
/* SEGA BAYONETTA HALLOWEEN CSS  */

html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#000000;
}
#wrap {
	margin:0 auto;
	padding:0;
}
#bkgd {
	margin:0 auto;
	width:100%;
	background:transparent url(../images/blood.jpg) top center no-repeat;
}
#blood {
	margin:0 auto;
	width:100%;
	background:transparent url(../images/bar_bkgd.jpg) top center repeat-x;
}
#header {
	margin:0 auto;
	padding:0;
	width:900px;
	height:228px;
	background:transparent url(../images/bayonetta.png) top center no-repeat;
}
#header h1 {
	margin:0;
	padding:50px 0 0 20px;
	text-indent:-9999px;
}
#header h1 a {
	margin:0;
	padding:0;
	color:#FFF;
	text-decoration:none;
}
#header p {
	text-align:center;
	margin:0;
	padding:14px 0 0 0;
	background:transparent url(../images/headline.png) top center no-repeat;
	text-indent:-9999px;
}
#main {
	margin:0 auto;
	width:900px;
	background:#000000;
	min-height:100%;
	height:100%;
	border-left:1px solid #990000;
	border-right:1px solid #990000;
}
a {
	color:#FFCC00;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
p {
	margin:0;
	padding:20px;
	color:#999999;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
}
.photo_right {
	padding:10px;
	margin:10px;
	float:right;
	border:1px solid #990000;
	background:#ffffff;
	display:inline-block;
}
.photo_left {
	padding:10px;
	margin:10px;
	float:left;
	border:1px solid #990000;
	background:#ffffff;
	display:inline-block;
}
.logo1 {
	border:0;
	float:left;
	margin:20px;
}
.logo2 {
	border:0;
	float:right;
	margin:20px;
}

/* FOOTER 
--------------------------------------------*/
#footer {
	margin:0 auto;
	width:900px;
	height:120px;
	background:#000000;
	border-bottom:1px solid #990000;
	border-left:1px solid #990000;
	border-right:1px solid #990000;
}
.footer_text {
	padding:30px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:16px;
	font-size:12px;
	color:#333333;
	text-align:center;
}
.footer_text a {
	color:#999999;
	text-decoration:none;
}
.footer_text a:hover {
	color:#ffcc00;
	text-decoration:none;
}



/* CLEAR FLOATS */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
