@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #13690b;
	background-image: url(images/bg-safety.jpg);
	background-repeat: repeat-x;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #03C;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03C;
}
a:hover {
	text-decoration: underline;
	color: #03C;
}
a:active {
	text-decoration: none;
	color: #03C;
}
#main {
	position:relative;
	width:1200px;
	height:1250px;
	z-index:1;
	background-color: #FFF;
}
#left-side {
	position:absolute;
	width:148px;
	height:985px;
	z-index:2;
	top: 135px;
	left: 0px;
}
#right-side {
	position:absolute;
	width:147px;
	height:985px;
	z-index:2;
	left: 1056px;
	top: 135px;
}
#copyright {
	position:absolute;
	width:auto;
	height:auto;
	z-index:2;
	top: 24px;
	font-size: 11px;
	color: #CCC;
	left: 413px;
}
#ctf-logo {
	position:absolute;
	width:268px;
	height:116px;
	z-index:10;
	top: 53px;
	left: 27px;
}
#memberlink {
	position:absolute;
	width:auto;
	height:auto;
	z-index:2;
	left: 1000px;
	top: 22px;
	font-size: 11px;
}
#legallink {
	position:absolute;
	width:auto;
	height:auto;
	z-index:2;
	left: 153px;
	top: 22px;
	font-size: 11px;
}
