*{
	margin:0;
 	padding:0;
}

body{
	font-family:Arial;
	background:#fff url(../images/bg.png) no-repeat top left;
}

.logo{
    /*width:439px;
	height:700px;*/
	position:absolute;
	top:200px;
	left:150px;
	/*background:transparent url(../images/logo.png) no-repeat top left;*/
}
.logo img{
	width: 300px;
}
a.back{
	background:transparent url(../images/back.png) no-repeat top left;
	position:fixed;
	width:150px;
	height:27px;
	outline:none;
	bottom:0px;
	left:0px;
}

body{
	min-width: 800px;
	min-heigth: 800px;
}
#content{
	margin:0 auto;
	position: absolute;
}
.main{
	background-color: #FCB040;
	color:#fff;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow:1px 1px 4px #666;
	-webkit-box-shadow:1px 1px 4px #666;
	box-shadow:1px 1px 4px #666;
	padding: 10px 20px 10px 20px;
}
.main h1{
	padding-bottom: 10px;
}

div.wrapper{
	position: absolute;
	top: 200px;
	left: 550px;
	min-width: 500px;
	
}