html, body {padding:0;	border: 0; margin: 0; height: 100%;}
body {background: #dddddd url('../images/bg_main.jpg') repeat-x; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff;  font-size: 11px;}

#wrapper {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
    text-align: center;
}

#page {margin: 0 auto; position: relative; width: 100%; height:100%; text-align: left;}
#maindiv { margin: 0; position: relative; top: 0px; float:left; left: 0; width: 100%; text-align: center;  height:90%;}
#left {
	width: 30%;
	height: 100%;
    margin:0;
	padding:0;
    text-align: left;
	float:left;
	vertical-align: top;
}

#center {
	width: 35%;
	height: 100%;
    margin:0;
	padding:0;
    text-align: right;
	float:left;
	vertical-align: top;
}

#right {
	width: 35%;
	height: 100%;
	background: #dddddd url('../images/bg_right.jpg') repeat-x;
    margin:0;
	padding:0;
    text-align: left;
	float:left;
	vertical-align: top;
}

#footer { margin: 0; position: relative; float:left; text-align: center; width: 100%; bottom: 0; height:10%;}

#bottom {
	width: 100%;
	height: 20px;
	background: url('../images/bg_bottom.jpg') no-repeat;
	background-position:center;
    margin:0;
	padding:5px 0 0 0;
    text-align: center;
	vertical-align: top;
}


/* -- global link ---------------------------------------------------------------------------------------------- */
a:link  {color: #002349; text-decoration: none;}
a:visited {color:#002349; text-decoration: none;}
a:hover {color: #fff; text-decoration: none;}
a:active { color:#002349; text-decoration: none;}
