@charset "UTF-8";

@import url("../../css/common/reset.css");
@import url("../../css/common/base.css");
@import url("../../css/common/fonts.css");
@import url("../../css/common/common.css");
@import url("../../css/common/layout.css");

html,body {
	color: #fff;
	background-color: #000000;
}
#header {
	padding: 11px 0 20px 0;
	height: 64px;
	background-image: url("../images/header_bg.jpg");
	background-position: center 11px;
	background-repeat: no-repeat;
}
.header-inner{
	margin: 0 auto;
	padding-top: 1px;
	width: 900px;
	height: 62px;
}
h1{
	height: 62px;
}
#logo {
	height: 62px;
}

#flash {
	width: 100%;
	height: 500px;
}
.flash-inner{
	margin: 0 auto;
	width: 900px;
	height: 500px;
}

#cardlist {
	margin: 0 auto 0 auto;
	padding: 30px 0 15px 0;	
	width: 900px;
	border-top: 1px solid #383838;
}

.cardlist-inner {
	height: 100px;
}
.platinum-form {
	float: left;
	width: 445px;
}
.platinum-form-card {
	float: left;
	width: 185px;
}
.platinum-form-content {
	float: left;
	width: 220px;
}
.platinum-form-title {
	margin-bottom: 8px;
}
.platinum-form-btn {
	text-align: center;
}

#to-amex-platinum {
	text-align: center;
	padding: 27px 0 12px 0;
	border-top: 1px solid #383838;
}

.footer-inner {
	padding-top: 0px;
}
#copyright {
	padding-top: 20px;
}



