@charset "utf-8";

html{
SCROLLBAR-ARROW-COLOR: #d8fcfc;
 SCROLLBAR-FACE-COLOR: #48d8fc;
 SCROLLBAR-DARKSHADOW-COLOR: #486cfc;
 SCROLLBAR-BASE-COLOR: #006c00;
 SCROLLBAR-HIGHLIGHT-COLOR: #006c00;
 SCROLLBAR-SHADOW-COLOR: #d8fcfc;
 SCROLLBAR-TRACK-COLOR: #d8fcfc;
 SCROLLBAR-3DLIGHT-COLOR: #d8fcfc;
}

body {
	background: #d789f2 url('background.gif') repeat-x 50% top;
	overflow-x:hidden;
	margin-top: 0px;
	background-color: #ddf7ff;

	}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: auto;
	float: none;
	margin-top: 0px;
	position: relative;
	visibility: visible;
	background-attachment: scroll;
	background-image: url('background.gif');
	background-repeat: repeat-x;
	background-position: center top;
}

#wrapper #header {
	height: 210px;
	width: 1000px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #add {
	height: auto;
	width: 990px;
	float: none;
	padding: 5px;
	background-color: #DEDEDE;
	margin-right: auto;
	margin-left: auto;
}


#wrapper #con {
	width: 980px;
	height: auto;
	float: none;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
}

#wrapper #footer {
	width: 1000px;
	height: auto;
	background-color: #B8DB7C;
	line-height: 16pt;
	float: none;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #footer div {
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper #con iframe {
	width: 1000px;
	height: 300px;
}
