* {margin:0;padding:0}
a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #FF6600; text-decoration: none;}
a:active {color: #FF6600; text-decoration: none;}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
background-image:url(../images/content/green_layout.jpg);
background-repeat:repeat;
text-align:center;
min-height:600px;/* for good browsers*/
min-width:750px;/* for good browsers*/
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
height:550px;
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
} 
#inner {
width: 750px;
height:610px;
background-image:url(../images/content/panel.gif);
background-repeat:no-repeat;
text-align: center;
margin-left:auto;
margin-right:auto;
}

/* LEFT PANEL */
#left_panel{
width: 285px;
text-align: left;
float:left;
}

/* CONTENT */
#content{
width: 380px;
height:380px; 
text-align:left;
margin-top:60px;
padding:10px 10px 10px 0;
float:left;
}

/* FOOTER */
#footer {
	width: 97%;
	bottom: 0px;
	position: absolute;
	left: 0px;
	text-align:right;
	padding:0 3% 3% 0;
}