#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	background-color: #F20E8A;
}
#container #picture {
	width: 330px;
	height: auto;
	margin-left: 20px;
	margin-top: 100px;
}

#container #main {
	float: right;
	width: 480px;
	margin-right: 60px;
	margin-top: 100px;
}
#container #main ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#container #main li {
	font-size: 14px;
	text-transform: uppercase;
	list-style-position: inside;
	margin-bottom: 10px;
}
#container #main a:hover {
	text-decoration: underline;
}

