html,body {
	background-image: url('images/bg_colorgrad.png');
	background-repeat: repeat-x;
	background-color: #000;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	color: #eee;
	align: center;
	text-align: center;
	margin: 0;
}
#wrapper {
	margin: auto;
	width: 793px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #670e59;
}
a:hover {
	text-decoration: none;
	color: #10496f;
}
a:active {
	text-decoration: none;
	color: #670e59;
}
#header {
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	text-align: left;
	height: 143px;
	width: 793px;
	position: relative;
	clear: both;
}

#boxtop {
	background-image: url('images/boxtop.png');
	background-repeat: no-repeat;
	height: 13px;
	width: 793px;
}
#content {
	background-image: url('images/content_slice.png');
	background-repeat: repeat-y;
	height: 450px;
	width: 793px;
	margin: 0;
	text-align: left;
}
#screenshots {
	position: relative;
	float: left;
	height: 450px;
	width: 260px;
	left: 18px;

	}

#maincontent {
	position: relative;
	float: left;
	height: 450px;
	}

#maincontent iframe {
	width: 317px;
	height: 450px;
}

#nav {
	position: relative;
	float: left;
	top: 40px;
	left: 2px;
}
#tscrosslink {
	position: relative;
	float: left;
top: 122px;
left: 3px;
text-align: center;
width: 211px;
font-family: verdana, sans-serif;
	font-size: 7pt;
	}

#boxbottom {
	background-image: url('images/boxbottom.png');
	background-repeat: no-repeat;
	height: 12px;
	width: 793px;
}

#footer {
	margin-bottom: 25px;
	}


.copyright {
	font-family: verdana, sans-serif;
	font-size: 7pt;
	color: #444;
	}


