
body 				{
	background-color: #003399;	
}
div					{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#detail-layer1		{
	position: absolute;
	border-style: solid;
	border: 0px;
	border-color: #ffffff;
	height: 450px;
	width: 750px;
	left : 50%;
	top : 50%;
	margin-left : -375px;
	margin-top : -225px;
}
#detail-pic1		{
	position: absolute;
	left: 0px;
	top: 0px;
	border-style: solid;
	border: 0px;
	border-color: #ffffff;
	height: 450px;
	width: 350px;
}
#detail-cont1		{
	position: absolute;
	left: 350px;
	top: 0px;
	border-style: solid;
	border: 0px;
	border-color: #ffffff;
	height: 450px;
	width: 400px;
	background : url(../images/title-details.gif) no-repeat;
}
#detail-home		{
	position: absolute;
	left: 350px;
	top: 420px;
	border-style: solid;
	border: 0px;
	border-color: #ffffff;
	height: 30px;
	width: 100px;
}
#detail-weiter		{
	position: absolute;
	left: 550px;
	top: 420px;
	border-style: solid;
	border: 0px;
	border-color: #ffffff;
	height: 30px;
	width: 100px;
	display : block;
	vertical-align : top;
}
