/* CSS Document */

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
	text-align:center;
	min-height:510px;/* for good browsers*/
	min-width:760px;/* for good browsers*/
	background:url(../images/bg.jpg) black repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
border:0px;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 510px;
border:0px;
}
#inner {
width: 760px;
height: 510px;
text-align: center;
margin-left:auto;
margin-right:auto;
border:0px;
color:white;
}

a {
	color: #FF6600;
	text-decoration: none;
}
