/* CSS Document */



body{
background: #3e3a31;
}

* {
    padding: 0;
    margin: 0;
}

#container{
	width: 560px;
	height: 642px;
	right: 50%;
	margin-right: -280px;
	border: 1px solid #000000;
	background-color: #ffffff;
	position: absolute;
}

#one{
	top: 0px;
	left: 0px;
	width: 560px;
	height: 117px;
	background-image: url(images/artwo_01.gif);
	position: absolute;
}
#two{
	top: 117px;
	left: 0px;
	width: 560px;
	height: 480px;
	background-image: url(images/artwo_03.gif);
	position: absolute;
}
#three{
	top: 597px;
	left: 0px;
	width: 560px;
	height: 46px;
	background-image: url(images/artwo_05.gif);
	position: absolute;
}
#text{
	top: 123px;
	left: 30px;
	width: 499px;
	height: 486px;
	position: absolute;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
