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

body {
	background-color: #E5E5E5;
	margin: 0px;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.68em;
}

.outer-wrapper {
	width: 995px;
	background: #FFF; 
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */	
}
.central {
	background-image: url(/images/welcome_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFF;
	text-align: left;
	position: absolute;
	top:0px;
	min-height:1000px;
	width: 995px;
	float:left;
	clear:both;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.footer {
	background-image: url(/images/footer_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFF;
	width: 995px;
	height:92px;
	float:left;
	position:absolute;
	bottom:0px;
	text-align: left;
}
.logoarea {
	/* camiloo logo and copyright shell */
	width: 250px;
	float:left;
	height:72px;
	padding:10px;
	padding-left:70px;
	position: relative;
}
	.camiloologo {
		padding-bottom:5px;
	}
	
	.camilootext {
		font-size:1em;
		color:#333;
	}
	
.stats {
	/* gameplay statistics area */
	width: 250px;
	float:right;
	height:62px;
	padding:10px;
	padding-top:20px;
	padding-right:60px;
	text-align:right;
	position: relative;	
}

.bedlamlogo {
	/* main logo shell */
	width: 400px;
	float:left;
	height:72px;
	padding:10px;
	padding-top:30px;
	padding-left:70px;
	position: relative;
}

.taptaptap {
	/* tap tap tap graphic shell */
	width: 250px;
	float:right;
	height:62px;
	padding:10px;
	padding-top:29px;
	padding-right:70px;
	text-align:right;
	position: relative;
	
}

.homepadding {
	height: 380px;
	width:	995px;
	clear:both;
	float:left;
}

.language-selection {
	height: 200px;
	width:	855px;
	padding-right:70px;
	padding-left:70px;
	clear:both;
	float:left;
	font-size:1.1em;
	line-height:2em;
	text-align:center;
}
#linksforgoogle a{
	color: #CCC;
}
#linksforgoogle {
	color: #CCC;
}

     	 /*      	<div id="bedlam_logo_area" class="bedlamlogo">
        		<img src="bedlam_logo.png" />
            </div>
            <div id="taptaptap" class="taptaptap">
            	<img src="tap_tap_tap.png" />*/

