body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #161616 url('./images/backgroundheader2.gif') no-repeat top center;
	display:block;
	font-size: 32px;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	color: #06F;
	font-size: 14px;
}

input#user_a, input#user_b
{
        height: 20px;
        padding: 3px;
        font-size: 18px;
        font-family: Helvetica, Arial, sans-serif;
        width: 200px;
        border: 0;
        background: transparent;
        border-bottom: 2px solid #3e9dff;
}

#content
{
	margin: 0 auto;
	width: 700px;
	font-size: 24px;
}

        #content #top
        {
                height: 70px;
                padding-top: 25px;
        }

        #content span
        {
                color: #3e9dff;
        }

        #content #status
        {
                margin-top: 30px;
                color: #ffffd6;
        }
#about {
	padding-top: 75px;
	margin: 0 auto;
	width: 900px;
	font-size: 15px;
	text-align: left;
	height: auto;
}
#topmenu {
	margin: 0 auto;
	padding-top: 5px;
    padding-bottom: 5px;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	color: #03F;
	width: 950px;
	text-align: right;
}
