@charset "utf-8";
/* CSS Document */

body
{
text-align: center;
background-color:#000000;
}

#container
{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#Main {
	position:relative;
	left:0px;
	top:0px;
	width:720px;
	height:500px;
}

#logo_ {
	float:left;
	left:0px;
	top:0px;
	width:495px;
	height:107px;
}

#photo_ {
	float:right;
	left:495px;
	top:0px;
	width:225px;
	height:500px;
}

#other_ {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:12px;
	padding-top: 12px;
	left:0px;
	top:106px;
	width:470px;
	height:370px;
	color: #009900;
	text-align: left;
	font-size: 12px;
}

