/* GENERAL CLASSES */
html, body
{
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-align: center;
}

body
{
	height: 100%; 
	
	background-image: url(../images/back.gif);
	background-repeat: repeat;
}

/* DESIGN CLASSES */
div#main
{
	width: 880px;
	height: auto !important;
	
	margin: 0 auto;
	
	text-align: left;
}

/* NAVIGATION */

div#navigation
{
	position: absolute;
	top: 285px;
	
	margin-left: 720px;
	
	width: 160px;
}

div#navigation a, div#navigation a:visited, div#navigation a:active, div#navigation a:link
{
	display: block;
	width: 160px;
	
	padding: 8px 0;
	
	font-weight: bold;
	color: #5d585e;
	text-decoration: none;
} 

div#navigation a:hover
{
	color: #000;
}

/* FLOATING IMAGES */
div#leftImage
{
	position: absolute;
	top: 55px;
	
	margin-left: -1px;
	
	width: 210px;
	height: 210px;
	visibility: hidden;
}
div#leftImage img
{
	width: 210px;
	height: 210px;
}
div#starterImage
{
	position: absolute;
	top: 55px;
	
	margin-left: -1px;
	
	width: 210px;
	height: 210px;
}
div#topImage
{
	position: absolute;
	top: 55px;
	
	margin-left: -1px;
	
	width: 210px;
	height: 210px;
}
div#flagImage
{
	position: absolute;
	top: 560px;
	
	margin-left: 715px;
	
	width: 50px;
	height: 31px;
}
div#rightImage
{
	position: absolute;
	top: 55px;
	
	margin-left: 660px;
	
	width: 175px;
	height: 175px;
}

div#centerImage
{
	position: absolute;
	top: 115px;
	
	margin-left: 235px;
	
	width: 410px;
	height: 410px;
}
div#centerImage
{
	width: 410px;
	height: 410px;
}

div#adressImage
{
	position: absolute;
	top: 335px;
	
	width: 210px;
	height: 210px;
}

div#shopImage
{
	position: absolute;
	top: 530px;
	
	margin-left: 195px;
	
	width: 210px;
	height: 210px;
}

div#openingImage
{
	position: absolute;
	top: 530px;
	
	margin-left: 475px;
	
	width: 210px;
	height: 210px;
}
