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

html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
#wrap {
	margin:0 auto;
	padding:0;
}
#bkgd {
	margin:0 auto;
	width:1200px;
	background:#000000 url(../images/bkgd.jpg) top center repeat-y;
}
#header {
	margin:0 auto;
	padding:0;
	width:900px;
	background:transparent url(../images/bayonetta.jpg) top center no-repeat;
	height:590px;
	text-indent:-9999px;
}
#header h1 {
	margin:0;
	padding:50px 0 0 20px;
	text-align:left;
	
}
#header h1 a {
	margin:0;
	padding:0;
	color:#666;
	text-decoration:none;
}
#main {
	margin:0 auto;
	width:900px;
}
#main h2 {
	background:transparent url(../images/title.jpg) top center no-repeat;
	height:64px;
	text-indent:-9999px;
}
a {
	color:#cccccc;
	text-decoration:none;
}
a:hover {
	color:#FFCC00;
	text-decoration:none;
}
.highlight {
		color:#aaaaaa;
}
.red {
		color:#940000;
}
.gold {
		color:#FFCC00;
}
h3 {
	margin:20px;
	color:#940000;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	text-align:center;
}

h4 {
	margin:20px;
	color:#940000;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	text-align:left;
}

p {
	margin:20px;
	color:#777777;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
#legal p {
	margin:20px;
	color:#999999;
	font-size:11px;
	line-height:16px;
	font-weight:normal;
}

ul, li {
	margin:20px;
	padding:0;
	color:#777777;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
#photos {
	float:left;
	clear:both;
	width:880px;
	margin:0 0 10px 20px;
}
.photo {
	padding:10px;
	margin:0 10px 0 0;
	float:left;
	border:1px solid #444444;
}


/* FOOTER 
--------------------------------------------*/
#footer {
	width:900px;
	height:120px;
}
.footer_text {
	padding:30px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:16px;
	font-size:12px;
	color:#777777;
	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;
}
