@charset "ISO-8859-1";
body {
	margin:0px;
	background-image:url(body.png);
	background-repeat:repeat-y;
	background-position:-500px 0px;
	background-attachment:scroll;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
div#container {
	width:100%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top center;
}
div#header {
	/*margin-left:auto;
	margin-right:auto;*/
	position:relative;
	width:1000px;
	height:700px;
	background-image:url(header.png);
	background-repeat:no-repeat;
	background-position:top center;
	font-size:1em;
}
div#global {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-repeat:repeat-y;
	background-position:top center;
}
div#footer {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:1000px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:bottom center;
	font-size:1em;
}
div#main {
	position:relative;
	height:0px;
	background-repeat:no-repeat;
	background-position:top center;
	font-size:1em;
}
div#globalf {
	clear:both;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:bottom center;
}
img {
	border:0;
}
table tr td {
	font-size:1em;
}
form {
	margin:0px;
	padding:0px;
}
a {
}
a:hover {
}
div#globalh {
	background-image:url(globalh-2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
div#header a {
	font-size:1em;
}
div#header a:hover {
	font-size:1em;
}
div#main a {
}
div#main a:hover {
}
div#footer a {
}
div#footer a:hover {
}
h1 {
	font-size:1em;
	background-repeat:no-repeat;
}
h2 {
	font-size:1em;
	background-repeat:no-repeat;
}
h3 {
	font-size:1em;
	background-repeat:no-repeat;
}
h4 {
	font-size:1em;
	background-repeat:no-repeat;
}

@media screen and (max-width: 763px) {
}