body
{
	background-color: #02B25B;
	background-image: url("../media/pinstripe.png");
}

#page
{
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 15px;
	width: 710px;
	z-index: 0;
}

#page #top
{
	background-image: url("../media/top.png");
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 710px;
	z-index: 10;
}

#page #menu #logo
{
	background-image: url("../media/logo.png");
	background-repeat: no-repeat;
	height: 33px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 82px;
	top: 37px;
	width: 205px;
	z-index: 20;
}

#page #menu #badge
{
	background-image: url("../media/badge.png");
	background-repeat: no-repeat;
	height: 60px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 60px;
	z-index: 20;
}

#page #menu
{
	background-image: url("../media/backgroundHeader.png");
	background-repeat: repeat-y;
	clear: left;
	height: auto;
	margin: 0;
	padding: 20px 0 0 0;
	width: 710px;
	z-index: 20;
}

#page #topBorder
{
	background-image: url("../media/topBorder.png");
	background-repeat: no-repeat;
	clear: left;
	height: 1px;
	margin: 0;
	padding: 0;
	width: 710px;
	z-index: 20;
}

#page #content
{
	background-image: url("../media/backgroundContent.png");
	background-repeat: repeat-y;
	clear: left;
	height: auto;
	margin: 0;
	padding: 40px 60px 0 60px;
	position: relative;
	top: 0;
	width: 590px;
	z-index: 10;
}

#page #bottom
{
	background-image: url("../media/bottom.png");
	background-repeat: repeat;
	clear: left;
	height: 36px;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: 710px;
	z-index: 10;
}

#page #tag
{
	background-image: url("../media/tag.png");
	background-repeat: no-repeat;
	height: 150px;
	left: 366px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	bottom: 170px;
	width: 50px;
	z-index: -10;
}
