/**
 * Theme Name: Intact v.0.1
 * Description: Theme for a IntactBV
 * Author: Gabi Balasz
 * Author URI: http://gabi.bitvice.ro
 */ 
 
body
{
	background-color: #1b1b1b;
	background-image:url('images/sitebg.jpg');
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
}

section#page
{
	display:block;
	width:100%;
	min-height: 480px;
	background-image: url('images/headerbg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding: 360px 0 0;
}
section#main
{
	display:block;
	width:960px;
	min-height:300px;
	margin:0 auto;
	font-size: 30px;
	color: #777;
}

section#page > header{
	width:960px;
	margin:0 auto;
	display: block;
	height:320px;
}

