/************************************************
 *
 *  File      :  css/imagine.css
 *  Version   :  v2.0
 *  Website   :  imagine.trucash.com
 *  Author    :  Josh Horvath
 *  Copyright :  TruCash
 *
 ************************************************/

#div_container {
	width: 718px;
	margin: 0 auto; /* Centered on page */
}

body {
	color: white;
	margin: 0px;
	background: #0E2A40 url(../images/background.jpg) no-repeat center top;
}

#div_content { position: relative; }

#div_content img {
	position: static;
	padding-top: 5px;
	border: 0;
}

#div_content_left {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 430px;
	height: 280px;
	margin: 20px;
	font-family: Verdana;
	font-size: 14px;
	color: #58595b;
}

#div_content_right {
	position: absolute;
	right: 20px;
	top: 0;
	height: 299px;
	background: url(../images/enroll.jpg) no-repeat top center;
}

#div_login {
	position: absolute;
	left: 18px;
	top: 150px;
	width: 203px;
	height: 136px;
	font-family: Arial;
	font-size: 12px;
	color: white;
}

#div_login img {
	padding-top: 5px;
}

.forgot { font-size: 9px; text-transform: capitalize; font-weight: bold; }

.heading {
	font-family: Verdana;
	font-size: 24px; 
	color: #58595b;
	font-weight: bold;
}

.moreinfo {
	color: #808285;
	font-weight: bold;
}

#div_footer {
	position: relative;
	top: 330px;
	font-family: Verdana;
	font-size: 10px;
	color: white;
	text-align: center
}

a { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:hover { text-decoration: underline; }

.copyright { font-size: 9px; }