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

html, body {
	height:100%;
	width:100%;
	margin:0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background: url('images/design/background-top.jpg') #828ba2 top center no-repeat;
}	
#outercontainer {
	position: relative;
	width: 1000px;
	height:100%;
	min-height: 100%;
	margin: 0px auto;
}
#innercontainer {
	position: absolute;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
}
#pagecontainer {
	position: absolute;
	top:135px;
	min-height:500px;
	width:1000px;
}
#header {
	position: absolute;
	top:0px;
	width:1000px;
	height:135px;
	background: url('images/design/digital-epiphany-designs-header.jpg') top center no-repeat;
	z-index:100;
}