/*******
******** MAIN STYLES FOR LAYOUT */

* {
	margin: 0px; padding: 0px;
}

html, body {
	height: 100%;
}

body {
	position: relative; background: #f6f5f3 url(../images/bg.jpg) center no-repeat; text-align: center; color: black;
}
body, input, select, textarea {
	font-family: "Trebuchet ms", serif;
}

hr {
	border: 0px; height: 1px; color: #e2e2e2; background-color: #e2e2e2;
}

input, select, textarea {
	background-color: white; border-width: 1px; border-color: #7c7c7c #c3c3c3 #dddddd #c3c3c3; border-style: solid;
	color: #7f7f7f; margin: 1px 0px; padding: 0px 4px;
}
input.submit {
	border: 0px none; background-color: #6c8552; color: white; text-transform: uppercase; font-size: 90%; padding: 0px;
}

ol ol, ol ul, ul ol, ul ul, td p, td td, td h3, td input, td select, td textarea, p input, p select, p textarea {
	font-size: 100%;
}
td {
	padding: 2px 4px;
}
td p {
	margin: 0px !important;
}

fieldset {
	border: 0px;
}
legend {
	display: none;
}

acronym {
	border-bottom: 1px dotted #00457c;
}


/* Just for print */
.printB, .printI, .printT {
	display: none;
}



/* MAIN LAYOUT */

#body-bg {
	position: absolute; width: 980px; height: 640px; left: 50%; top: 50%; margin-left: -490px; margin-top: -320px; text-align: left;
}
#body {
	position: absolute; width: 784px; height: 450px; left: 98px; top: 83px;
}
