html 
{ 
	height: 100%; 
	overflow:hidden;
}
a
{
	color: #009b7c;
}
body
{
	font-family:verdana;
	font-size:9pt;
	color:#423f4f;
	background-color: transparent; 
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	
	z-index:0; 
	position:relative;
}

td
{
	font-size: 9pt;
}

b,strong
{
	color:#009b7c;
}

#background
{
	height: 100%; 
	width: 100%; 
	z-index: -1; 
	position:absolute;
}

#container
{
	width: 1200px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content_wall.png);
}

#menu
{
	float: left;
	margin-top: 100px;
	margin-left: 130px;
	width: 235px;
	text-align: center;
	font-size: 18px;
}

#menu a
{
	color: #423f4f;
	text-decoration: none;
}

#content
{
	float:left;
	margin-top: 80px;
	width: 640px;
}

#content img
{
	cursor: pointer;
}

#largeImage
{	
	position: absolute;
	border:2px solid #cccccc;
	z-index:50;
	margin-top:2%;
	margin-left:20%;
	cursor:pointer;
}
