@charset "UTF-8";

 html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Courier New", Courier, monospace;
	color: #000000;	
}

#container {
	width: 675px;
	margin: auto;
	height: 100%;
	background-image: url(gfx/bg_lines.jpg);
	bottom: 0px;
	position: relative;
}

#content {
	width: 775px;
	height: 450px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color:#ffffff;
	border: 0px solid #000000;	
}

.menu {
	text-align: center;
	font-size: 16px;
	padding-top: 15px;	
}

.menu a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 10px;
}

.big-name {
	font-size: 46px;
	text-align: center;
	padding-right: 80px;
}

.big-name a {
	color: #000000;
	text-decoration: none;
}
