@charset "utf-8";
/* CSS Document */
body { margin: 0px; padding-bottom: 50px;}

/* Stripes */
#stripes { 
	position: absolute;
	display: compact;
	top: 35%;
	height: 109px;
	width: 100%;
}

#logo {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: 30px;
	z-index: 1;
}

#sblue {
	position: absolute;
	background-color: #006699;
	width: 100%;
	height: 15px;
	top: 0px;
}

#sbrown1 {
	position: absolute;
	background-color: #330000;
	width: 100%;
	height: 10px;
	top: 18px;
}

#sgreen {
	position: absolute;
	background-color: #99CC00;
	width: 100%;
	height: 50px;
	top: 31px;
	z-index: 0;
}

#sbrown2 {	
	position: absolute;
	background-color: #330000;
	width: 100%;
	height: 25px;
	top: 84px;
}

#mainInfo {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 40px;
	margin-left: -413px;
}

#bar1 {
	position: absolute;
	width: 10px;
	height: 50px;
	top: 31px;
	left: 50%;
	margin-left: -340px;
	z-index: 2;
	background-color: #789F00;
}

#mainPortfolio {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 40px;
	margin-left: -320px;
}

#bar2 {
	position: absolute;
	width: 10px;
	height: 50px;
	top: 31px;
	left: 50%;
	margin-left: -166px;
	z-index: 3;
	background-color: #789F00;
}

#mainContact {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 40px;
	margin-left: -148px;
}
