
@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%;
	/*height:auto;*/
	/*min-height:100%;*/
	/*background-color:#ffffff ;*/
	/*background:url(../images/gradient_bg.gif) 0 100% repeat-x #ffffff fixed;*/
	background:url(../images/motif_bg.gif) repeat-x 0 100% #ffffff fixed;
}

div#motif {
	/*background:url(../images/motif_bg.gif) repeat-x 0 100% fixed;*/
	width:100%;
	height:auto; !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	margin:0 auto;
}

#flash{
	margin:auto;
	padding-top:9px;
	padding-bottom:9px;
}