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

	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow:hidden;
		overflow-y:visible;
	}
	
	#container {
		border: 0;
		text-align:center;
		width: 1048px;
		height: 668px;
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
	}
	
	#noFlashLogo {
		border: 0;
		background-image:url(../images/mobLogo.gif);
		background-position:center;
		background-repeat:no-repeat;
		text-align:center;
		width: 320px;
		height: 60px;
		float: center;
		margin-top:26px;
		margin-left:0;
	}
	
	#noFlash {
		border: 0;
		text-align:center;
		width: 320px;
		height: 525px;
		float: center;
		margin-top:18px;
		margin-left:0;
	}
	
	
	/* end hide */

	* {
	margin:0;
	padding:0;
	}


	body {
		height: 100%;
		font-family:Verdana, Geneva, sans-serif;
		margin: 0;
		padding: 0;
		text-align:center;
		background-image:url(../images/backgroundmob.jpg);
		background-repeat:repeat-x;
		background-position:top;
		background-color:#000;
		overflow:hidden;
		overflow-y:visible;
	}

	.mainText {
	color:#FFF;
	font-size:0.9em;
	line-height:1.1em;
	}
	
	.mainTextBold {
	color:#ffaa47;
	font-weight:bold;
	font-style:italic;
	font-size:0.95em;
	line-height:1.1em;
	}
	
	.img {
		float:left;
		margin-left:10px;
	}
	
	.LogText {
	color:#FFF;
	font-size:0.7em;
	line-height:1.3em;
	}
	
	.LogTextBold {
	color:#FFF;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.1em;
	font-family:Verdana, Geneva, sans-serif;
	}
	
	.links {
	font-size:1.1em;
	color:#ffaa47;
	}