@CHARSET "UTF-8";

body {
	background: #000;
	width: 1000px;
	margin: 0px auto;
	color: #fff;
	text-align: center;
}

#all {
	background: #000;
	background-image: url(../img/content-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 1000px;
	margin: 0px auto;
	color: #fff;
	text-align: center;
}
	
#header {
	height: 70px;
	
	text-align: left;
}

#logo {
	margin-bottom: 4px;
	margin-left: 240px;
}

#links {
	position: relative;
	left: 30px;
}

#menu {
	height: 40px;

	text-align: left;
}

#menu a img {
	border: 0px;
}

#content {
	height: 420px;

	text-align: left;
}

#frame {
	width: 600px;
	height: 420px;
	background: url(../img/bg.png);
	background-repeat: no-repeat;
	margin-left: 240px;
	text-align: center;
	padding: 20px;
}

#text {
	margin-right: 10px;
	overflow: auto;
	width: 599px;
	height: 380px;
	font-family: sans-serif;
	font-size: 12px;
	color: #999;
	text-align: left;
}

#text h1 {
	font-size: 12px;
	font-weight: bold;
}

#text a {
	text-decoration: underline;
	color: #999;	
}

#text p {
		width: 570px;
}

#images {
	text-align: center;
}

#images img {	
	vertical-align: middle;
	margin: 8px;	
}
	

