@charset "UTF-8";

#container {
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/backgrounds/images/bios_01.png);
}
#content {
	background-image: url(../images/backgrounds/images/bios_02.png);
	background-repeat: no-repeat;
	width: 505px;
	padding-right: 120px;
	padding-left: 100px;
	position: relative;
	z-index: 10000;
	left: 200px;
	height: 1200px;
}

