
html						{	font-size					:100%			;
								height						:100%			;}

body						,
th, td						{	font						:12px/17px verdana,geneva,sans-serif;}

body						{	margin						:0				;
								padding						:0				;
								width						:100%			;
								height						:100%			;
								overflow					:auto			;
								cursor						:default		;
								color						:#FFFFFF		;

								text-align					:center			;
							}

p							{	margin						:0				;
								padding						:0				;
								padding-bottom				:10px			;}

h1, .h1						,
h2, .h2						,
h3, .h3						{	font						:1em impact,charcoal,sans-serif; color:#FFFFFF; margin:0; padding:0;}
h1, .h1						{	font-size					:16px			;}
h2, .h2						{	font-size					:1.2em			;}
h3, .h3						{	font-size					:1.1em			;}
h1							{	padding-bottom				:10px			;}
h2							{	padding-bottom				:10px			;}
h3							{	padding-bottom				:10px			;}


a							{	text-decoration				:none			; color :#C0C0C0;}
a:hover						{	text-decoration				:none			; color :#FFFFFF;}
a:focus						{	outline						:none			;}

ul							{/*	width						:100%			;*/
								list-style-type				:disc			;}

table						{	empty-cells					:show			;
								border-collapse				:collapse		;
							}
th,td						{	vertical-align				:top			;
							}

img							{	border						:none			;}

form						{	margin						:0				;
								padding						:0				;}


/*	container																							*/

#overall_background			{	background					:#000000 url(/img/bg.jpg) no-repeat center center;
								background-size				:100% 100%		;
								width						:100%			;
								height						:100%			;
								min-width					:100%			;
								min-height					:100%			;
							}

#overall_background			{	-moz-background-size		:100% 100%		;
								-webkit-background-size		:100% 100%		;
						        -o-background-size			:cover			;
							}
#overall_background			{	filter						: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg.jpg', sizingMethod='scale') ;
								-ms-filter					:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg.jpg', sizingMethod='scale')";
							}



#overall_container			{	position					:relative		;
								padding						:0				;
							}



#logo						{	position					:absolute		;
								z-index						:100			;

								left						: 50%			;
								top							: 300px			;	/* 50%		*/
								width						: 500px			;
								height						: 300px			;
								margin-left					:-250px			;
								margin-top					:-150px			;
							}


