body {
	margin:0;
	background: #7b7b7b url(../images/bg.gif) repeat-x;
	color:#5d6441;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

#container {
	width:880px;
	margin:0 auto;
}

#header {
	width:880px;
	height:135px;
	float:left;
}

#logo {
	width: 210px;
	height:40px;
	margin: 70px 335px 0;
	background:url(../images/logo.gif) no-repeat;
}

#home-content {
	width:880px;
	float:left;
	margin-top: 155px;
	text-align:center;
}

#login-content {
	width:880px;
	float:left;
	margin-top: 120px;
	text-align:center;
}

#login-text {
	float:left;
	width:360px;
	height:85px;
	margin:0 520px 40px 0;
}

#login-table {
	float:left;
	width:260px;
	height:85px;
	margin:0 300px;
}

.inputbox {
	width:140px;
	border:5px solid #949494;
	height:22px;
	color:#5d6441;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#eaeaea;
	padding:8px 5px 0;
}

.submit {
	width:40px;
	border: none;
	height:20px;
	background: url(../images/login-button.gif) no-repeat;
}


.footer {
	margin: 210px 205px 0;
	float:left;
	width: 470px;
	height: 80px;
}

.footer2 {
	margin: 120px 205px 0;
	float:left;
	width: 470px;
	height: 80px;
}



img {
	border:0;
}
