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

body {
	background-color: #003399;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFF00;
}
#Mainwrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
}
#header {
	width: 800px;
	height: 29px;
	margin: 0;
	position: relative;
}
#masthead{
	position: absolute;
	left: 126px;
	top: 23px;
	width: 24px;
	height: 7px;
	z-index: 1;
}
#navHome{
	position: absolute;
	left: 39px;
	top: 142px;
	width: 97px;
	height: 75px;
	z-index: 1;
}
#navProducts{
	position: absolute;
	left: 39px;
	top: 228px;
	width: 97px;
	height: 75px;
	z-index: 1;
}
#navServices{
	position: absolute;
	left: 39px;
	top: 314px;
	width: 97px;
	height: 75px;
	z-index: 1;
}
#navContact{
	position: absolute;
	left: 39px;
	top: 398px;
	width: 97px;
	height: 75px;
	z-index: 1;
}
#navCanteras{
	position: absolute;
	left: 39px;
	top: 483px;
	width: 97px;
	height: 75px;
	z-index: 1;
}

