/* CSS Document */
body {
margin: 0px; 
line-height:2;
font-family:Helvetica, Arial, sans-serif;
font-size:small;
background-color:#FFF;
height:100%;
}

img{
border:0px;
}


#outerhome{
width:100%;
height:100%;
clear:both;
position:absolute;

}

#home_left{
height:100%;
width:425px;
/*width:60%;*/

float:left;
text-align:left;
background:url(../images/logo.gif) no-repeat;
background-color:#ffffff;
padding:152px 0px 0px 0px;
margin:52px 52px 52px 52px;
display:inline;

}

#home_right{
position:relative;
display:inline;
padding-left:5px;
width:480px;
/*width:40%;*/

margin:auto;
height:100%;
background-color:#596362;
float:left;
right:0px;
padding:204px 0px 0px 52px;
}


