body {
	background-color:#3d3d3d;
}
#container {
	position:relative;
	width:704px;
	height:600px;
	border:0px solid #000000;
	margin:auto;
	margin-top:5em;
}
#container #logo_row{
	position:absolute;
	width:393px;
	height:56px;
}
#container #content{
	position:absolute;
	width:100%;
	height:300px;
	border:1px solid #433333;
	top:3.5em;
	background-color:#5c5c5c;
}
#container #content #content_since{
	position:absolute;
	width:85px;
	height:19px;
	top:17.2em;
	right:1px;
}
#container #content #content_showcase{
	position:absolute;
	width:100%;
	height:183px;
	top:3.3em;
	background-image:url(images/showcase_picture.jpg);
}
#container #content #content_nav1{
	position:absolute;
	width:700px;
	height:50px;
	top:20.2em;
	border:0px solid #000000;
	text-align:right;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#c4cfd1;
}
#container #content #content_nav1 a{
	color:#c4cfd1;
	text-decoration:none;
}
#container #site_nav {
	position:absolute;
	width:700px;
	height:20px;
	top:7em;
	border:0px solid #000000;
	text-align:right;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	color:#FFCC32;
}
#container #site_nav a{
	color:#FFCC32;
	text-decoration:none;
}
#container #copyright {
	position:absolute;
	width:100%;
	height:20px;
	top:58.5em;
	border:0px solid #000000;
	text-align:right;
	font-family:arial;
	font-size:10px;
	font-weight:regular;
	color:#5e5e5e;
}
#container #copyright a{
	color:#5e5e5e;
	text-decoration:none;
}
