body{
	padding:0;
	margin:0;
	background-color:#FFFFFF;
}

.header{
	background-image:url(images/start_header_bg.jpg);
	padding:0;
	border-bottom:#FF8A00 5px solid;
}

.welcome{
	margin-left:30px;
	padding:15px 7px 7px 7px;
	width: 250px;
	height:300px;
	font-family: "Georgia", sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#333333;
	float:left;
}

.login{
	margin-left:90px;
	padding:15px 7px 7px 7px;
	width: 343px;
	height:290px;
	font-family: "Georgia", sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#FFFFFF;
	background:#FF8A00;
	background-image:url(images/start_login_footer.jpg);
	background-repeat:no-repeat;
	background-position: 0px 298px;
	float:left;
	text-align:center;
}

.footer{
	clear:both;
	width:100%;
	background-color:#333333;
	position:absolute;
	bottom:0px;
	height:100px;
}