/*
Copyright (c)2008 www.stilo.fithwor.com
Design & Implementation Fithwor Design.
All rights reserved.
*/


html {
	background-color:#000;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	overflow:auto;
	height:100%;
}

body {
	margin:10px;
	padding:0;
	min-height:101%;
}

#con_a {
	left:50%;
	top:50%;
	margin-left:-340px;
	margin-top:-305px;
	margin:auto;
	width:680px;
	height:610px;
	background:url(../images/content.gif) no-repeat;	
}

#con_b {
	position:relative;
	top:181px;
	left:34px;
	width:600px;
	height:400px;
}

#copy {
	left:50%;
	margin-left:-340px;
	margin:auto;
	padding-top:5px;
	width:680px;
	height:20px;
	font-family:verdana;
	font-size:8pt;
	text-align:center;
	color:#ccc;
}

a {
	text-decoration:none;
	color:#d37615;
}

a:hover {
	color:#996600;
}