@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/stripes.png);
	background-repeat: repeat;
	background-position: top left;
}

#container {
	position: absolute;
	height: 100%;
	top: 0px;
	margin-top: 0px;
	width: 435px;
	left: 50%;
	margin-left: -215px;
}

#blog {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	height: 100%;
	width: 75px;
}

#blog a {
	background-color: #02E912;
	background-image: url(images/blog.png);
	background-position: bottom;
	background-repeat: no-repeat;
	display: block;
	width: 100%; 
	height: 100%; 
	text-decoration: none;
}

#blog a:hover {
	background-color: #03FF3D;
	background-image: url(images/blog_hover.png);
}

#gallery {
	position: absolute;
	left: 90px;
	top: 0px;
	margin-top: 0px;
	height: 100%;
	width: 75px;
}

#gallery a {
	background-color: #0048FF;
	background-image: url(images/gallery.png);
	background-position: bottom;
	background-repeat: no-repeat;
	display: block;
	width: 100%; 
	height: 100%; 
	text-decoration: none;
}

#gallery a:hover {
	background-color: #026AE8;
	background-image: url(images/gallery_hover.png);
}

#old {
	position: absolute;
	left: 180px;
	top: 0px;
	margin-top: 0px;
	height: 100%;
	width: 75px;
}

#old a {
	background-color: #6700C2;
	background-image: url(images/old.png);
	background-position: bottom;
	background-repeat: no-repeat;
	display: block;
	width: 100%; 
	height: 100%; 
	text-decoration: none;
}

#old a:hover {
	background-color: #674CC2;
	background-image: url(images/old_hover.png);
}

#firedtv {
	position: absolute;
	left: 270px;
	top: 0px;
	margin-top: 0px;
	height: 100%;
	width: 75px;
}

#firedtv a {
	background-color: #C2005E;
	background-image: url(images/firedtv.png);
	background-position: bottom;
	background-repeat: no-repeat;
	display: block;
	width: 100%; 
	height: 100%; 
	text-decoration: none;
}

#firedtv a:hover {
	background-color: #C2465E;
	background-image: url(images/firedtv_hover.png);
}

#empty {
	position: absolute;
	left: 360px;
	top: 0px;
	margin-top: 0px;
	height: 100%;
	width: 75px;
}

#empty a {
	background-color: #FF5500;
	display: block;
	width: 100%; 
	height: 100%; 
	text-decoration: none;
}

#empty a:hover {
	background-color: #FF6E00;
}