#wrapper {
	position:relative;
	background-color: #ffff00;
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../resources/image/actythis2.png);
	background-repeat: no-repeat;
	padding-top: 100px;
	height: 600px;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#menu {
	width: 185px;
	background-color: #000000;
	float: right;
	margin-right: 20px;
	background-image: url(../resources/image/menubg.png);
	color: #FFFF00;
}
#news {
	display:none;
}
#graphic {
	width: 200px;
	float: right;
	margin-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ff0033;
	padding-left: 10px;
	margin-top: 40px;
	height: 500px;
}
#content {
	float: right;
	margin-right: 10px;
	text-align: right;
	width: 430px;
}
#footer {
	clear: both;
	position:absolute;
	left:5px;
	top:680px;
	width:700px;
	text-align:right;
	font-size:0.8em;
}
#graphic h1 {
	color: #ff3333;
	font-size: 1.3em;
	font-weight: bolder;
	margin: 0px;
}
#graphic p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#graphic li {
	font-weight: bold;
}
#content img {
	float:left;
	margin-top:45px;
	margin-left:10px;
}