body {
	background: #000 url(../images/preview_bg.png) repeat;
	color: #c3c3c3;
	min-width:750px;
	font-size: 14px;
	font-family: Helvetica;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 2px
	min-width: 800px;
}

#login_header {
	background:url(../images/login_header_bg.png) repeat-x;
	height:94px;
	text-align:left;
	width:100%;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-shadow:rgba(0, 0, 0, 0.6) 0 1px 0;
	color: #73aa32;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-shadow:rgba(0, 0, 0, 0.6) 0 1px 0;
	color: #5f852d;
}

p {
	margin: 10px 0;
}

#wrapper {
	width: 100%;
	min-width: 760px;
}

#left {
	position: absolute;
	left: 10px;
	width: 400px;
}

#right {
	position: absolute;
	top: 0;
	left: 500px;
	width: 500px;
	background: url(../images/iphone.png) no-repeat center -13px;
	margin: 0;
}

#content {
	margin: 80px -50px 0 75px;
	padding: 0;
}

.button {
	margin: 0;
	height: 30px;
	width: 150px;
	text-align: center;
	font: bold 12px/30px Helvetica, sans-serif;
	text-decoration: none;
	display: block;
}

.button_bg {
	border-left: 13px;
	border-right: 4px;
	color: white;
	text-shadow: #000 0px 1px 1px;
	-webkit-border-image:url("../images/left.png") 0 4 0 13;
}

#iframe {
	height: 610px;
	width: 335px;
	padding: 0 0 0 5px;
	margin: 160px auto 0;
}