@charset "UTF-8";

html body {
	margin:			0px;
	background:		url("../img/background.jpg");
	background-color:	Black;
	
	overflow-y:	auto;
	scrollbar-base-color:		#DFEDB2;
	scrollbar-darkshadow-color:	#BECB95;
	scrollbar-highlight-color:	#DFEDB2;
	scrollbar-shadow-color:		#DFEDB2;
	scrollbar-track-color:		#BECB95;
	scrollbar-face-color:		#DFEDB2;
	scrollbar-arrow-color:		Black;
	scrollbar-3dlight-color:	#BECB95;
}

html {
	width:		600px;
	height:		600px;
}

.layout {
	position:	absolute;
}

.btn {
	position:	absolute;
}


/* Specific styles */

#container {
	width:		600px;
	height:		600px;
}

#map_contact {
	top:		460px;
	left:		470px;
}

#map_custom {
	top:		0px;
	left:		236px;
}

#map_designers {
	top:		306px;
	left:		116px;
}

#map_accessories {
	top:		460px;
	left:		116px;
}

#map_shoes {
	top:		460px;
	left:		352px;
}
/* Development clues */

/*
div {
	border:		1px solid white;
}
*/
