/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #000000;
	text-align: center;
}

#wrapper {
	width: 922px;
	margin: 0 auto;
	padding: 10px 0 0px 0;
}

#container {
	width: 906px;
	margin: 0 auto;
	border: #9093B2 solid 2px;
	border-top: none;
}

#header-top {
	width: 922px;
	height: 32px;
	background-image: url(../images/header_background_top.jpg);
	background-repeat: no-repeat;
}

#mainnav {
	width: 906px;
	height: 160px;
	background-image: url(../images/header_background_bottom.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#logo {
	padding-top: 8px;
}


#butt1 {
	position: absolute;
	top: 65px;
	left: 55px;
}

#butt2 {
	position: absolute;
	top: 65px;
	left: 180px;
}
#butt3 {
	position: absolute;
	top: 65px;
	right: 185px;
}
#butt4 {
	position: absolute;
	top: 65px;
	right: 50px;
}



#content {
	background-image: url(../images/background_home.jpg);
	background-repeat: repeat;
	position: relative;
	width: 906px;
	height: 650px;
}

#tower {
	width: 377px;
	height: 577px;
	position: absolute;
	top: 40px;
	left: 90px;
}

#boy {
	width: 227px;
	height: 243px;
	position: absolute;
	top: 55px;
	right: 110px;
}

#girl {
	width: 227px;
	height: 242px;
	position: absolute;
	top: 335px;
	right: 110px;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 3px;
	padding-left: 6px;
}

#copyright a {
	color: #CCCCCC;
	text-decoration: none;
}

#copyright a:hover {
	color: #A05A7C;
	text-decoration: underline;
}