* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
background-color: BLACK;
text-align:center;
min-height:468px;/* for good browsers*/
min-width:552px;/* for good browsers*/
margin: 0px;
padding: 0px;
}
#outer{
height:90%;
width:100%;
display:table;
vertical-align:middle;

}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 468px;

}
#inner {
width: 714px;
background:black;
height: 368px;
text-align: center;
margin-left:auto;
margin-right:auto;

}

#wrapper {
margin-left: auto;
margin-right: auto;
display: block;
}
#images{
	float: left;
	margin:0px;
	padding: 0px;
}
#images IMG {
padding: 0px 1px 0px 1px;
margin: -2px 0px 0px 0px;
}
#wrapper span.text {
color: grey;
font-size: 10px;
font-family: verdana;
display: block;
float: left;
text-align: left;
padding: 0px 0px 0px 12px
}
#wrapper span.text A { 
	color: white;
	text-decoration: none;
	text-family: Verdana;
	float: left;
}
#wrapper span.text A:HOVER {
	text-decoration: underline;	
}
#footer {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana;
	font-size: 10px;
	border: 0px solid red;
	width: 716px;
	padding-bottom: 40px;
}
#footer A {
	padding-top: 10px;
	float: right;
	color: #ccc;
	text-decoration: none;
}
#footer A:HOVER {
	text-decoration: underline;
}
