@charset "UTF-8";
/*===========================*/
/* UI CSS                    */
/*===========================*/


/*===========================*/
/* GENERAL                   */
/*===========================*/

body{
	background-color:#747474;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	width:100%;
	height:100%;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	background-position:center;
	text-align:center;
}

/*-------*/
/* FLASH */
/*-------*/

.flashContainer{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:120px;
	text-align:center;
}



