/* BEGIN DECLARE GLOBAL CSS */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	/*background-color: #fff;*/
	background: #000 url(../skins/default/images/bg.jpg) center -50px no-repeat;
	color: #fff;
	font: 12px/12px Arial, Verdana;
}

a {
	color: #2C79BF;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

a img {
	border: none;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
}

/* END DECLARE GLOBAL CSS */

#container {
	width:100%;
	/*height:500px;*/
	/*margin:74px 0 0 300px;*/
	margin:50px auto 0 auto;
	text-align:center;
}
/*
#container {
	width:900px;
	margin:74px 0 0 624px;
}
*/



.float_l { float:left; }
.float_r { float:right; }
.clear { clear:both; }
.font10 { font-size:10px; }
.font11 { font-size:11px; }
.font12 { font-size:12px; }
.font14 { font-size:14px; }
.font15 { font-size:15px; }
.font16 { font-size:16px; }
.font18 { font-size:18px; }
.bold { font-weight:bold; }
.normal { font-weight:normal; }
.color1 { color:#231f20; }
.color2 { color:#231f20; }