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

body{
	background-color: #323232;
	background-image: url(images/background_top.png);
	background-repeat: repeat-x;
}

#container{
	width: 800px;
	height: 600px;
	margin: auto;
	background-color:#FFF;
}

#header{
		width: 800px;
		height: 87px;
}

#logo{
	height: 87px;
}

#nav{
	height: 87px;
}

#banner{
	background-image:url(images/main_banner.png);
	height: 273px;
	width: 800px;
}

footer{
	width: 800px;
}

#quote{
	background-image:url(images/custom_solutions.png);
	height:54px;
	width:800px;
}