/* CSS Document */

body{
background-image: url(images/artbackground_02.gif);
background-repeat: repeat-x;
background-color: #8fcada;
}

* {
    padding: 0;
    margin: 0;
}

#container{
	width: 785px;
	height: 800px;
	right: 50%;
	margin-right: -392.5px;
	position: absolute;
}


#one{
	top: 0px;
	left: 0px;
	width: 344px;
	height: 133px;
	background-image: url(images/art_01.jpg);
	position: absolute;
}
#two{
	top: 0px;
	left: 344px;
	width: 441px;
	height: 91px;
	background-image: url(images/art_02.jpg);
	position: absolute;
}

#three{
	top: 91px;
	left: 344px;
	width: 312px;
	height: 42px;
	background-image: url(images/art_03.jpg);
	position: absolute;
}

#four{
	top: 91px;
	left: 656px;
	position: absolute;
}

#five{
	top: 91px;
	left: 757px;
	width: 28px;
	height: 42px;
	background-image: url(images/art_05.jpg);
	position: absolute;
}
#six{
	top: 133px;
	left: 0px;
	width: 785px;
	height: 101px;
	background-image: url(images/art_06.jpg);
	position: absolute;
}
#seven{
	top: 234px;
	left: 0px;
	width: 785px;
	height: 124px;
	background-image: url(images/art_07.jpg);
	position: absolute;
}
#eight{
	top: 358px;
	left: 0px;
	width: 34px;
	height: 410px;
	background-image: url(images/art_08.jpg);
	position: absolute;
}
#nine{
	top: 358px;
	left: 34px;
	position: absolute;
}
#ten{
	top: 358px;
	left: 174px;
	position: absolute;
}
#eleven{
	top: 358px;
	left: 318px;
	position: absolute;
}
#twelve{
	top: 358px;
	left: 462px;
	position: absolute;
}
#thirteen{
	top: 358px;
	left: 606px;
	position: absolute;
}
#fourteen{
	top: 358px;
	left: 751px;
	width: 34px;
	height: 410px;
	background-image: url(images/art_14.jpg);
	position: absolute;
}
#fifteen{
	top: 394px;
	left: 34px;
	width: 717px;
	height: 101px;
	background-image: url(images/art_15.jpg);
	position: absolute;
}
#sixteen{
	top: 495px;
	left: 34px;
	width: 717px;
	height: 273px;
	background-image: url(images/art_16.jpg);
	position: absolute;
}
#seventeen{
	top: 768px;
	left: 0px;
	width: 785px;
	height: 79px;
	background-image: url(images/art_17.jpg);
	position: absolute;
}
#eighteen{
	top: 847px;
	left: 0px;
	width: 785px;
	height: 88px;
	background-image: url(images/art_18.jpg);
	position: absolute;
}


#abouttext{
	top: 402px;
	left: 40px;
	width: 126px;
	height: 84px;
	position: absolute;
	text-align: center;
}

#techtext{
	top: 402px;
	left: 184px;
	width: 126px;
	height: 84px;
	position: absolute;
	text-align: center;
}

#marktext{
	top: 402px;
	left: 328px;
	width: 126px;
	height: 84px;
	position: absolute;
	text-align: center;
}

#parttext{
	top: 402px;
	left: 473px;
	width: 126px;
	height: 84px;
	position: absolute;
	text-align: center;
}

#contacttext{
	top: 402px;
	left: 616px;
	width: 126px;
	height: 84px;
	position: absolute;
	text-align: center;
}

#maintext{
	top: 657px;
	left: 331px;
	width: 410px;
	height: 196px;
	position: absolute;
	
}

#wishbtn{
	top: 740px;
	left: 75px;
	position: absolute;
	
}

#introtext{
	top: 563px;
	left: 331px;
	width: 408px;
	height: 84px;
	position: absolute;
	
}

#testtext{
	top: 525px;
	left: 331px;
	width: 408px;
	height: 25px;
	position: absolute;
	
}

#boxtext{
	top: 531px;
	left: 35px;
	width: 166px;
	height: 84px;
	position: absolute;
	
}

#boxtext2{
	top: 653px;
	left: 35px;
	width: 271px;
	height: 84px;
	position: absolute;
	
}

















#links{
	top: 906px;
	left: 37px;
	width: 256px;
	height: 25px;
	position: absolute;
}

#copy{
	top: 906px;
	left: 592px;
	width: 160px;
	height: 25px;
	position: absolute;
}









h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A83F0C;
	font-weight: bold;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #989898;
}







a:link {
	color:#000000;
	text-decoration: none;
}
a:visited{
color:#000000;
text-decoration: none;
}
a:hover{
color:#000000;
text-decoration: underline;
}
a:active{
color:#000000;
text-decoration: none;
}
