@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.content
{
	margin:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.outer_body
{
	margin-bottom:20px;
	
	padding-top:0;
	padding-left:0;
	padding-right:0;
	padding-bottom:20px;
}

.login
{
	color:#000;
}

a.white:link {color:#000}      /* unvisited link */
a.white:visited {color:#000}  /* visited link */
a.white:hover {color:#000}  /* mouse over link */
a.white:active {color:#000}  /* selected link */

.footer
{
	width:960px;
	height:83px;
	background:url(../images/bottom_page.gif) no-repeat;
	
}

.copyright
{
	float:left;
	color:#03C;
	width:300px;
	margin-left:20px;
	margin-top:10px;
}

.designed
{
	float:right;
	color:#03C;
	width:300px;
	margin-top:10px;
}
