/* CSS Document */
* {margin:0px; padding:0px;}

#header
{
	position:relative;
	background-color:#003399;
	height:9px;
}

#header h1
{
	font-size:5px;
	color:#003398;
}

#header #bodycopy
{
	position:absolute;
	font-size:3px;
	color:#003398;
}