﻿@charset "UTF-8";

.sitemap
{
	width: 160px;
	height: 345px;
	margin-right: 5px;
	
	background-repeat: no-repeat;
}

.sitemap a
{
	color: #000000;
	text-decoration: none;
}

#sitemap_logo
{
	position: absolute;
	top: 50px;
	left: 560px;
	
}


#sitemap_grey, #sitemap_red, #sitemap_blue, #sitemap_green, #sitemap_yellow, #sitemap_violet
{
	margin-top: 100px;
	float: left;
}

#sitemap_grey .sitemap
{
	background-image: url('images/sm_grey_bg.jpg');
}

#sitemap_red .sitemap
{
	background-image: url('images/sm_red_bg.jpg');
}

#sitemap_blue .sitemap
{
	background-image: url('images/sm_blue_bg.jpg');
}

#sitemap_green .sitemap
{
	background-image: url('images/sm_green_bg.jpg');
}

#sitemap_yellow .sitemap
{
	background-image: url('images/sm_yellow_bg.jpg');
}

#sitemap_violet .sitemap
{
	background-image: url('images/sm_violet_bg.jpg');
}

#footer
{
	position: absolute;
	top: 540px;
}
