body{margin: 0px; padding: 0px; background: black url('background.png');}
div{overflow: hidden;}
img{border: none;}

div#content{
	width: 804px; position: relative; top: 10px; overflow: visible;
}
div#content img#header{ position: relative; z-index: 5; width: 804px;}

div#content div#cont{
	height: 344px; width: 573px; position: relative;
	background: transparent url("contMiddle.png");
}

div#cont #titleDiv{
	width: 100%; position: absolute; top: 5px; text-align: center;
}

div#content div#menu{
	height: 53px; width: 575px; position: relative;
	top: -30px;
}
div#content div#menu a{
	display: block; width: 114px; height: 53px;
	background: transparent url('button.png') no-repeat;
	float:left; position: relative;
}
div#content div#menu a img{border: none; position: absolute;}

div#content div#footer{
	border: #45413a 2px solid; width: 558px;
	position: relative; margin-top: 20px;
	text-align: center; padding: 5px 0;
}

div#holder{
	width: 553px; height: 100%; position: relative;
	left: 10px;
}

div#imageList{
	height: 273px; width: 134px;
	position: absolute; left: 5px; top: 40px;
}
div.dropShadowSmall{
	width: 134px; height: 90px; margin-bottom: 1px;
	background: transparent url("dropshadow.png") no-repeat;
}
div.dropShadowSmall img{ width: 119px; height: 74px; margin: 6px 7px; cursor: pointer; }

div#dropShadowBig{
	width: 400px; height: 273px;
	background: transparent url("dropshadowBig.png") no-repeat;
	position: absolute; top: 40px; left: 146px;
}
div#dropShadowBig div{z-index: 100; position: absolute; top: 10px; width: 100%; text-align: center;}
div#dropShadowBig img#bigImage{
	width: 387px; height: 259px; margin: 6px 6px; cursor: pointer;
}

img#scroll{ width: 42px; height: 72px; position: absolute; top: 300px; left: 80px; border: none; display: none; }

img#projectsPage{
	position: absolute; top: 40px; left: 18px; display: none;
}