body, form {
		margin:0px; padding:0px;
}	

html, body {
 overflow: hidden;  
 background-color: #ffffff;
 height: 100%;
 width: 100%;
}

#outer {
 height: 100%; 
 overflow: hidden; 
 position: relative;  
 width: 100%;}
#outer[id] {display: table; position: static;}

#middle {
 position: absolute; top: 50%;  
 width: 100%;
} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {
 position: relative; top: -50%;
 width: 100%;
 text-align: center;
 } /* for explorer only */
/* optional: #inner[id] {position: static;} */

#main {
 width: 980px;
 height: 600px;
 margin: 0px auto;
}

#left_col {
 width: 200px;
 height: 600px;
 float: left;
 padding-right: 50px;
}

#menu {
 height: 404px;
}

#right_col {
 width: 730px;
 height: 600px;
 float: right;
}

#content {
 height: 480px;
 vertical-align: top;
}

#bottom {
 height: 120px;
}


img {
 border: 0px;
}

