html, body {
	height: 100%;
	min-height: 100%;
}
div.page {
	margin: 0 auto;
	padding: 0 10%;
	width: 80%;
	min-width: 790px;
	max-width: 1200px;
	/*
	padding: 0;
	width: 885px;
	*/
	min-height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
}
div.content {
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
div.tl {
	background: transparent url(../i/design/tl.gif) no-repeat 0 0;
}
div.tr {
	background: transparent url(../i/design/tr.gif) no-repeat 100% 0;
}
div.bl {
	background: transparent url(../i/design/bl.gif) no-repeat 0 100%;
}
div.br {
	padding: 10px;
	background: transparent url(../i/design/br.gif) no-repeat 100% 100%;
}
div.section {
	margin: 0 auto;
	width: 720px;
	overflow: hidden;
	position: relative;
	top: -15px;
	left: 0;
	z-index: 500;
	background: transparent url(../i/design/div-section.gif) no-repeat 0 100%;
}
div.section div.br {
	padding: 0;
	overflow: hidden;
	background: transparent url(../i/design/div-section-inner.gif) no-repeat 100% 100%;
}
div.section div.tl {
	overflow: hidden;
	background: transparent url(../i/design/div-section-tl.gif) no-repeat 0 -10px;
}
div.section div.tr {
	padding: 30px 20px 20px;
	overflow: hidden;
	background: transparent url(../i/design/div-section-tr.gif) no-repeat 100% -10px;
}
div.navigation {
	margin: 0 auto;
	width: 720px;
	height: 66px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 300;
}
div.column {
	margin-left: 1%;
	display: inline;
	float: left;
	width: 31.5%;
	overflow: hidden;
}
div.first-child {
	margin-left: 2%;
}
div.wrapper {
	margin: 0 auto;
	padding: 55px 0 20px;
	width: 484px;
    width: 541px; 
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 270;
}
div#bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #000;
	opacity: .75;
}
div#preview {
	display: none;
    margin-top: -300px;
    width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1100;
}
div.message {
	margin: 0 auto 20px;
	padding-bottom: 10px;
	width: 596px;
	background: transparent url(../i/design/message.png) no-repeat 50% 100%;
}
div.card {
	padding: 52px 0 0;
	width: 100%;
	min-height: 383px;
	background: transparent url(../i/design/card-card.png) no-repeat 50% 0;
}
div.intro {
	margin: 0 auto;
	width: 80%;
	overflow: hidden;
}
div.wallpaper {
	width: 100%;
	overflow: hidden;
}
.hidden {
	display: none;
}
div#system_message {
	margin-left: -136px;
	padding: 11px 10px 5px;
	width: 253px;
	height: 26px;
	display: none;
	position: absolute;
	top: 306px;
	left: 50%;
	z-index: 1200;
	text-align: center;
}
div.success {
	color: #ff0;
	background: transparent url(../i/design/success.png) no-repeat 50% 50%;
}
div.error {
	color: #ff0;
	background: transparent url(../i/design/error.png) no-repeat 50% 50%;
}
body.card div.page {
	padding: 0;
	width: 100%;
	min-width: 0;
	position: static;
}
body.card div#preview {
    display: block;
	position: static;
	margin-top: 0;
    width: 100%;
}
body.card div.message {
	margin: 0 auto;
	padding-top: 20px;
}
div.flash-card {
	display: none;
	border: 2px solid #9c0;
}
div.container {
	margin: 0 auto;
	width: 480px;
	height: 320px;
}