@charset "utf-8";

@import "meyer-reset.css";
@import "common.css";
@import "global-classes.css";


body {
	background-color:#000;
	background-image:url(/images/cadavre/body-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#fff;
	font-size:12px;
	padding:0;
	border:0px solid #f90;
}

a:link, a:visited {
	color:#ddd;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#ffe140;
	text-decoration:none;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#002157;
}


h1 {
	font-size:2em;
	font-weight:normal;
	color:#fff;
	font-size:24px;
	line-height:1.2;
	margin-bottom:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size:14px;
}

dt {
	margin-bottom:.2em;
}
dd {
	color:#000;
	margin-bottom:1em;
	line-height:1.3em;
}


/*====================================================================
                                                              #wrapper
*/
#wrapper {
	width:1000px;
	margin:0 auto;
	border-top:0px solid #9f0;
	padding:0;
}


/*====================================================================
                                                                 #page
*/
#page {
	margin:0px auto 0 auto;
	overflow:auto;
	padding-bottom:40px;
	border:0px solid #f00;
}


/*====================================================================
                                                              #content
*/
#content {
	padding:0px 10px 10px 0px;
	border:0px solid #f00;
	margin:0 auto;
	height:800px;
}
/*====================================================================
                                                               #footer
*/
#footer {
	overflow:auto;
	color:#999;
	padding:12px;
	margin-top:0;
}

#footer p {
	text-align:center;
}

#footer div.bottom-line p {
	margin-bottom:0;
}

#footer div.bottom-line img {
	margin-top:-6px;
}

