* {
	padding: 0px;
	margin: 0px;	
}
body {
	background-image:url(../img/broken_noise.png);
	background-repeat: repeat;
	font: 62.5%/1.2 Verdana, Geneva, sans-serif;
	margin-top:200px;
}
p {
	color:#FFF;
	font-size: 1.2em;
	line-height: 1.4em;
}
a:link {
	color: #A2C62F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7A9724;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.logovcsystems {
	text-align:center;
	border:0;
}
.stripe {
	background-color: #a2c62f;
	width: 100%;
}

.contact {
	margin-top:10px;
	text-align:center;
	text-transform:uppercase;	
}


div#container {
	width: 818px;	
}
div#topnav {
	height: 36px;
	background-image: url(../images/topnav_bg.jpg);
	background-repeat: no-repeat;
}
div#header {
	height: 120px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}
div#main {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
}
div#footer {
	height: 71px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}