html, body {
    margin              :   0;
    padding             :   0;
    width               :   100%;
    height              :   100%;
    background-color    :   #ffffff;
    background-image    :   url("/images/bg_login.gif");
    background-repeat   :   repeat-x;
	background-position :	center -92px;
    color               :   #000000;
	
	font-family:		Verdana, Arial, Helvetica;
	font-size:			small;
	line-height:		1.2em;
}

img {
	border:				none;
}


div#footer a {
	color				:	#008fd0;				
}

form {
    margin              :   0;
    padding             :   0;
}


div#outerCon {
	width:				100%;
}

div#innerCon {
	position:			relative;
	width:				856px;
	margin-left:		auto;
	margin-right:		auto;
}

div#headerCon {
	height:				117px;
}

div#payoff {
	width:100%;
	height:47px;
	background: url(/images/logo/actua.gif) left 25px no-repeat;
}

div#contentCon {
	width:				856px;
	background:			url(/images/actua/home_background.gif) repeat-y;
}

div#textCon {
	float:				left;
	display:			inline;
	width:				579px;
}



div#loginCon {
    padding		        :   10px 0 30px 0;
    font-size           :   11px;
}

div#loginCon input {
	width				:	100px;
    font-size           :   11px;
}

label {
    margin-right        :   5px;
    margin-left         :   20px;
}

div#therest {
    font-family         :   verdana, arial, helvetica;
    font-weight         :   bold;
    font-size           :   11px;
    color               :   #ffffff;
    margin          	:   30px 0;
    text-align          :   left;
    padding-left        :   40px;
}

div#therest div.error {
	
}

div#footer {
    background-color    :   #e2e3e5;
    text-align          :   center;
    padding             :   5px;
    font-family         :   verdana, arial, helvetica;
    font-size           :   11px;
}

div#footerCon {
	width:				100%;
	height:				110px;
	background:			url(/images/actua/footer_outer_bg.gif);
}
	div#innerFooter {
		width:				856px;
		margin-left:		auto;
		margin-right:		auto;
		
		padding:			86px 0 0 0;
		background:			url(/images/actua/home_footer_inner_bg.gif) no-repeat;
		line-height:		0;
		font-size:			0;
	}
