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

body
{
background-image:url('images/background.png');
background-repeat:repeat-x;
text-align: center; 
margin-left: auto;
margin-right: auto;

}


#content {
	position:static;
	z-index:1;
	width:798px;
	height:450px;
	margin-left: auto;
    margin-right: auto;
	background:url('images/background2.png');
	background-repeat: no-repeat;
	top: auto;
}


.header {
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	color: #ffffff;
	width:798px;
	left: 30px;
	padding-top: 15px;
}

.wayneroofing {
	position:fixed;
	width: 450px;
	height:239px;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	color: #e80a13;
	top: 90px;
	margin-left: 250px;
	border-style: 0px;
}

.jerseyroofing {
	position:fixed;
	width: 400px;
	height:214px;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	color: #e80a13;
	top: 180px;
	margin-left:40px;
}

.footer {
	position:absolute;
	width: 100%;
	height:49px;
	text-align: center;
	font-size: 20px;
	color: #e80a13;
	top: 275px;
}

.copyright {
	position:absolute;
	width: 100%;
	height:20px;
	text-align: center;
	font-size: 12px;
	top: 425px;
	width:798px;
}











content.dafa
</style>
[if IE 6]>
<style type="text/css">
/* some css fixes for IE browsers */
html {overflow-y:hidden;}
body {overflow-y:auto;}
#bg {position:absolute; z-index:-1;}
#content {position:static;}

