body {
	background-color: #000;
	margin:20px 0 0 0;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}

.small_text {
	font-size:12px;
}

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

#int_bg {
	width:1000px;
	height:725px;
	background-image:url(images/background_interior.jpg);
	background-repeat:no-repeat;
}

#int_login {
	margin-top:30px;
}

.menu_image {
	margin-top:3px;
}

#page_title {
	margin-top:15px;
	height:49px;
}

#int_content {
	background-image:url(images/int_background.png);
	background-repeat:no-repeat;
	margin: 20px auto;
	width:939px;
	height:530px;
}

.footer {
	font-size:11px;
	color:#FFF;
}

.footer a {
	color:#FFC;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}



