body { 
	margin: 0;
	background-color: #fff;
	
	font-family: Lucida Sans;
	font-size: 10px;
	color: #000;
	line-height: 14px;
}



div#wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px;
	margin-left: -400px;
}

a {
	color: #ed0000;
	text-decoration: none;
}

a:hover {
	color: #ed0000;
	text-decoration: none;
}

.bl 
{
	width: 100%;
	height: 16px;
	border: 0;
}

.links 
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px;
	margin-left: -400px;
	
}

.linkstop
{
	position: absolute;
	left: 50%;
	top: 50%;
	
	margin-top: -300px;
	margin-left: -400px;
	
	
}

.linksbot
{
	position: absolute;
	left: 50%;
	top: 50%;
	
	margin-top: -285px;
	margin-left: -400px;
	width: 800px;
	
}

.topNav 
{
	position: relative;
	width: 800px;
	cursor: pointer;
	top: 53px;
}

.bottomNav 
{
	position: relative;
	width: 800px;
	top: 533px;
	
}

.catalogue 
{
	float: left;
	width: 170px;	
	cursor: pointer;
	
}

.contact 
{
	margin-left: 70px;
	float: left;
	width: 180px;
	cursor: pointer;
	
}

.previous 
{
	margin-left: 50px;
	float: left;
	width: 170px;
	cursor: pointer;
	
}







