*
{
	margin: 0;
	padding: 0;
}

body, html
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body 
{
	background: #1D5DA5 url(../images/bgHome.jpg) repeat-y center center;
}

div#home-container
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -223px auto auto -390px;
	height: 446px;
	width: 780px;
	background: #1D5DA5 url(../images/bgContainer.jpg) repeat-y top left;
}

div#home-main, div#login-main
{
	position: relative;
	top: 50%;
	left: 50%;
	margin: -92px auto auto -320px;
	height: 180px;
	width: 640px;
	border: none;
}

div#home-main ul
{
	list-style: none;
	display: block;
	width: 740px;
	margin: auto;
	padding: 10px;
}

div#home-main ul li 
{
	display: block;
	width: 200px;
	float: left;
	border: none;
	text-align: center;
	margin: auto 5px auto 5px;
}

div#home-main ul li a
{
	border: none;
	text-decoration: none;
	color: #000;
}

div#login-main img
{
	border: none;
	text-decoration: none;
	display: block;
}

div#login-main a, div#login-main form
{
	position: relative;
	top: 15px;
	left: 300px;
	margin: 0;
	height: 148px;
	width: 194px;
	float: left;
	border-top: outset;
	border-bottom: outset;
}

div#login-main a
{
	margin-left: -194px;
	border-left: outset;
	border-right: none;
}

div#login-main form
{
	display: block;
	background: #EEE;
	position: relative;
	left: 294px;
	border-right: outset;
	border-left: solid 2px #666;
	width: 250px;
	font-size: 12pt;
}

input#btnLogin
{
	float: right;
	margin: 25px 5px 5px 165px;
	background-color: #1D5DA5;
	color: #FFF;
	font-weight: bold;
}

span#lblMessage
{
	color: #F00;
}

div#login-main span
{
	display: block;
	text-align: right;
	padding: 5px;
}
