html,body	{
    margin:0;
    padding:0;
}

body	{
    background:url(images/bodybg.gif) repeat-y center top;
    min-width:1024px;
    min-height:600px;
}

#container	{
    width:1024px;
    height:px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    clear:both;
}
	
#pagebody	{
	width:400px;
    position:absolute;
    left:312px;
	top:90px;
	font:16px/24px Arial, Helvetica, sans-serif;
	color:#424242;
}

a	{	
	color: blue;
	text-decoration:none;
}

a:hover	{
	text-decoration:underline;
}


img	{
	borderr:0;
}
	
.nowrap	{
	white-space:nowrap;
}	
	
#footer	{
    width:1024px;
    clear:both;
    position:relative;
	top:550px;
	text-align:center;
	border-top:1px solid blue;
	padding-top:6px;
	font: 11px arial,helvetica,sans;
	letter-spacing:0.04em;
	color:#666;
}	