/* CSS Document */



body{
background: #3e3a31;
}

* {
    padding: 0;
    margin: 0;
}

#container{
	width: 560px;
	height: 560px;
	right: 50%;
	margin-right: -280px;
	border: 1px solid #000000;
	background-color: #ffffff;
	position: absolute;
}

#one{
	top: 0px;
	left: 0px;
	width: 560px;
	height: 106px;
	background-image: url(images/artwork_01.gif);
	position: absolute;
}
#two{
	top: 106px;
	left: 0px;
	width: 560px;
	height: 196px;
	background-image: url(images/artwork_02.gif);
	position: absolute;
}
#three{
	top: 302px;
	left: 0px;
	position: absolute;
}
#four{
	top: 302px;
	left: 282px;
	position: absolute;
}