@charset "UTF-8";
body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(g/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
}
a:link {
	color: #FC6;
}
html {
	margin: 0px;
	padding: 50px;
}
#container {
	border: 1px none #C93;
	text-align: center;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
}
#contact {
	position: fixed;
	bottom: 50px;
	text-align: center;
	color: #963;
}
.light {	font-weight: normal;
}
.smalltype {
	font-size: 75%;
}
table {
	font-size: 100%;
}
a:visited {
	color: #FC6;
}

