@charset "windows-1250";
#wrapper {
	width: 1000px;
	height: 1200px;
}

#container {
	width: 775px;
	background-image: url(../image/background.jpg);
	background-repeat: no-repeat;
	height: 1200px;
}

#header {
	height: 180px;
	padding: 40px 0 0 40px;
	color: #666666;
	font-size: 11px;
}
#header a {
	color: #666666;
	text-decoration: none;
}


#main {
	height: 940px;
}

#footer {
	height: 60px;
}
#footer h1 {
	font-size: 10px;
	padding: 0 25px 0 40px;
	color: #999999;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main a {
	color: #C9EFFF;
	text-decoration: none;
}

#main a:hover {
	color: #333333;
}
