@charset "utf-8";

body,
html {
	margin: 0;
	padding: 0;
	text-align: center;
	/*background-color: #563692;*/
	background-color: #462f7b;
	height: 100%;
	}
body {
	background: #462f7b url(../images/bg_home.jpg) center 108px no-repeat;
	/* collapsing margins fix */
	padding: 1px;
	}
div#main {
	margin: 0 auto;
	margin-top: 107px;
	/*width: 1027px;*/
	/*width: 950px;*/
	width: 475px;
	height: 634px;
	position: absolute;
	left: 50%;
	}
div#main img {
	/*
	margin-top: 265px;
	*/
	position: absolute;
	top: 265px;
	left: -175px;
	}

