@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	text-align: center;
/*  background-color: #38362E; */
/*  background-color: #3B3931; */
  background-color: #2A2923; 
}
/* see http://local.www.socialuk.com/home/index.php */

#outer {width: 750px; margin:0 auto ; height: 100%; min-height: 100%; overflow: hidden; position: relative; }
/* for explorer only*/
#outer[id] {display: table; position: static;}
#middle {position: absolute; top: 50%; left: 0;}
/* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {position: relative; top: -50%; left: 0;}
/* for explorer only */
/* optional: #inner[id] {position: static;} */

.flashcontainer{
}

#inner a{
	display: block;
}

#inner a img{
	border: none;
}