body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#main {
	position:absolute;
	width:960px;
	height:600px;
	z-index:1;
	top: 30px;
	left: 50%;
    margin-left: -480px;
}

#topmenu {
	position:relative;
	width:960px;
	height:160px;
	z-index:10;
	top: 0px;
	left: 0px;
}

#content_index {
	position:absolute;
	top: 160px;
	left: 50%;
	margin-left: -480px;
	width:960px;
	height:440px;
	z-index:10;
	background-repeat: no-repeat;
	background-image: url(images/index_content.jpg);
}

#content_contact {
	position:absolute;
	width:960px;
	height:440px;
	z-index:10;
	top: 160px;
	left: 50%;
	margin-left: -480px;
	background-repeat: no-repeat;
	background-image: url(images/contact_content.jpg);
}

#content_custom {
	position:absolute;
	width:960px;
	height:440px;
	z-index:10;
	top: 160px;
	left: 50%;
	margin-left: -480px;
	background-repeat: no-repeat;
	background-image: url(images/signscustom_content.jpg);
}

#content_interior {
	position:absolute;
	width:960px;
	height:440px;
	z-index:10;
	top: 160px;
	left: 50%;
	margin-left: -480px;
	background-repeat: no-repeat;
	background-image: url(images/signsinterior_content.jpg);
}

#content_exterior {
	position:absolute;
	width:960px;
	height:440px;
	z-index:10;
	top: 160px;
	left: 50%;
	margin-left: -480px;
	background-repeat: no-repeat;
	background-image: url(images/signsexterior_content.jpg);
}

#content_vehicle {
	position:absolute;
	width:960px;
	height:440px;
	z-index:10;
	top: 160px;
	left: 50%;
	margin-left: -480px;
	background-repeat: no-repeat;
	background-image: url(images/signsvehicle_content.jpg);
}

#text_content {
	position:relative;
	width:500px;
	text-align:justify;
	z-index:10;
	top: 60px;
	left: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	vertical-align: text-top;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 22px;
}

#left_content {
	position:relative;
	width:130px;	
	z-index:20;
	top: 40px;
	left: 110px;
	float:left;
}

#right_content {
	position:relative;
	width:495px;
	z-index:20;
	top: 40px;
	left: 230px;
	float: left;
	border: 1px solid #FFF;
}

#text_content a:link {color: #FFFFFF;}
#text_content a:visited {color: #FFFFFF;}
#text_content a:hover {color: #FFFFFF;}
#text_content a:active {color: #FFFFFF;}