.wrapper { width: 1000px; margin: 150px auto; font-family: Verdana, Geneva, sans-serif; }
.wrapper .header { line-height: 37px; background: url(../images/header1.png) top left no-repeat; margin: 0 0 5px 0; }
.wrapper .header h1 { text-indent: -9999px; margin: 0px; padding: 0px; } 
.wrapper .main { height: 1000px; background: top left no-repeat; font-size: 12px; padding: 8px 10px 8px 8px; }
.wrapper .main h2 { font-size: 12px; color: #56810e; border-bottom: 1px solid #cccccc; padding: 2px; margin: 0px; }
.wrapper .main p { line-height: 18px; margin: 3px; color: #333; }
	.wrapper .main .login {
		margin: 30px 0 0 0;
		text-align: center;
		height:1000px;
	}
	.wrapper .profile {
		height: 300px;
		background: url(../images/body.png) top left no-repeat;
		font-size: 12px;
		padding: 8px 10px 8px 8px;
	}

.wrapper .profile h2 {
	font-size: 12px;
	color: #56810e;
	border-bottom: 1px solid #cccccc;
	padding: 2px;
	margin: 0px;
}

.wrapper .profile p {
	line-height: 18px;
	margin: 3px;
	color: #333;
}

.wrapper .profile .login {
	margin: 10px 0 0 0;
	text-align: center;
	height: 300px;
}