body
{
        background:black url("../images/body.jpg") repeat-x;
        font: 8pt verdana;
        color:black;
}

.wrapper
{
        width:900px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	top:10px;
        z-index:1;
}

#mod_login_greeting
{
        margin-left:279px;
}

.wrapperHeader
{
        width:900px;
        height:155px;
	position:relative;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
        background:url("../images/bg_header.jpg");
        z-index:10;
}

.divLogin
{
       width:415px;
       position:absolute;
       right:0;
       color:white;
       line-height:20px;
}

.divLogin input
{
       margin-top:3px;
}

#mod_login_usernametext
{
       margin-top:-3px;
}


.wrapperNav
{
	width:900px;
	height:32px;
	line-height:32px;
	position:absolute;
	bottom:0;
	z-index:10;
}

.wrapperBody
{
        width:900px;
        background:url("../images/bg_body.jpg");
	position:relative;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
        z-index:1;
}

.content
{
        width: 870px;
        position:relative;
        left:15px;
        top:15px;
        z-index:1;
}

.wrapperFooter
{
        width:900px;
        height:12px;
        background:url("../images/bg_footer.jpg");
	top:0px;
	left:0px;
	margin:0;
	padding:0;
        z-index:1;

}