@charset "UTF-8";
body  {
	background: #000000;
	padding: 0px;
}
#container {
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 62.5%;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
#logo {
	margin-bottom:10px;
	width: 320px;
	height: 49px;
	float:left;
}
#title {
	width: 320px;
	height: 60px;
	float: right;
	position: relative;
	left:20px;
	top:10px;
}
#title p {
	font-size: 2em;	
}
#image {
	width: 320px;
	height:240px;
	float: left;
}
#text{
	width: 300px;
	float: right;
}
#text p {
	font-size: 1.2em;	
}
img {
	border-style: none;	
}
p {
	margin: 0px;
	padding: 0px;
	position: relative;
	color:#cccccc;
}
a:link {
	text-decoration:none;
	color:#F5D131;
}
a:visited {
	text-decoration:none;
	color:#ffffff;
}
a:hover {
	text-decoration:none;
	color:#ffffff;
}
