@charset "utf-8";
/* CSS Document */

body
{
	background:url(bg.jpg) fixed;
        background-size: 100%;
	background-repeat:no-repeat;
        background-color: #45250d; 	
	font-size: 12px;
	font: 16px Garamond, Georgia, serif;
	color: #333333;
}

#wrapper
{
	margin: 0 auto;
	margin-top: 40px;
	width: 980px;	
}

#header
{
	float: left;
	background: url(header.png);
	height: 59px;
	width: 980px;
}

#menu
{
	position:absolute;
	margin-top: 85px;
	height: 40px;
	width: 980px;
}

#top
{
	float: left;
	background:url(top.png);
	height: 100px;
	width: 980px;
}

#visual
{
	float: left;
	height: 250px;
	width: 980px;
	margin-top: -40px;
	z-index: -1;
}

#submenu
{
	float: left;
	height: 40px;
	width: 980px;
}

#content
{
	float: left;
	background-color: #FFFFFF;
	width: 950px;
	padding: 15px;	
		        min-height: 300px;
font: 16px Garamond, Georgia, serif;
}

#footer
{
	float: left;
	background:url(footer.png);
	height: 40px;
	width: 980px;
        margin-bottom: 20px;
}

h1
{
	font-weight: bold;
	font-size: 18px;
}
