/* CSS */

/* =general
---------------------------------------------------------------*/
body {
	padding: 0;
	margin: 0;
    background:#363837 url(/images/header-bg.gif) repeat-x;
	width:  100%;
	height: 100px;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
	color: #888;
	font-size: 12px;
}

p {
	padding: 0;
	margin: 0;	
}

img {
	border:  none;
}

.clear {
    clear: both;
}
/* =header
---------------------------------------------------------------*/
#flash_logo {
    float: left;
}

#header {
	padding: 0;
	margin: 0;
	height: 100px;	
}

h1 {
	padding: 0;
	margin:  2px 0 0 0px;
	background: url(/images/loaded-game-logo.gif) no-repeat 0 0;
	height: 91px;
	width:  392px;
	text-indent: -9999px;
	float: left;
}

#tagline {
	float: right;
	position:  relative;
	top: 23px;
	right: 8px;
	text-align: right;
	line-height: 10px;
}

#tagline #tag1 {
	background: url(/images/get-in-control.gif) no-repeat 0 0;
	height: 29px;
	width: 334px;
	display: block;
	text-indent: -9999px;
}

#tagline #tag1 span {
	position:  relative;
	left: -9999px;
}

#tagline a {
	font-weight: bold;
	text-decoration: none;
	color: #18D2E8;
	text-align: right;
	font-size: 14px;
	line-height: 1.2em;
	display:  block;
}

#tagline a:hover {
	color:  #fff;
}

/* =content
---------------------------------------------------------------*/
#content {
	margin: 11px 0 0 0px;
	width: 922px;
	height: 442px;
}

#container {
	width: 925px;
	margin: 0 auto;
	color:  #666;	
}

.message {
    color: #18D2E8;
    font-size: 16px;
    position: relative;
    top: -204px;
    left: 32px;
}

.message a {
    color: #18D2E8;
}

.message a:hover {
    color: #fff;
}
/* =footer
---------------------------------------------------------------*/
#footer {
	background: #2d2d2d;
	width: 100%;
	height: 170px;
	margin: 35px 0 0 0;
	line-height:  1.42em;

}

#footer_content {	
	padding: 34px 0 0 0;
	margin: 0 auto;
	width: 925px;
	height:  100px;
}

#footer_content a {
	color: #18D2E8;
	text-decoration: none;
	font-size: 12px;
}

#footer_content a:hover {
	color: #fff;
}

#footer p#terms {
	width: 750px;
}

#logo_wrap {
	margin: 10px 0;
}

#logo_wrap img#loaded {
	margin-bottom: 6px;
	margin-right: 16px;
}

#logo_wrap img#visa {
	margin-bottom: 2px;
	margin-right: 16px;
}
#footer_details {
   float: left; 
}

#loaded_hand {
    float: right;
}