* {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-color: #000000;
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:550px;
text-align: center;
margin-left:auto;
margin-right:auto;
}

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

/* CONTENT */
#content{
width: auto;
height:auto; 
background:url(../images/content/background.jpg); 
background-repeat:repeat-x; 
background-color:#CCCCCC;
text-align:left;
margin-top:50px;
padding:10px 10px 10px 0;
float:left;
}

/* ICONS */
#icons{
width:auto;
height:auto;
padding-left: 150px;
text-align:left;
float:left;
}

.icon{
width:auto;
height:auto;
padding: 10px 10px 0 0;
text-align:left;
float:left;
}

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