* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFF;
}

img {
border: 0;    /* gets rid of the default blue border around boxes */
}

#wrapper {
margin: 0 auto;
width: 950px;
min-height: 790px;
background-color: #0043CF;
}


#mainstage {
width: 950px;
height: 479px;
}

.clear {
clear: both;
}

/*  Then in XHTML - Add the below at the bottom of your 'mainstage'
<div class="clear"></div>
*/

#header {
float: left;
}

