@charset "utf-8";
@import url("reset.css");

/*
	Created by 
	Jonathan Wai 2009
*/

* {
	margin: 0;
}

html {
	font-family:Georgia, "Times New Roman", Times, serif;
	height: 100%;
}

body {
	background:url(images/top_bg.jpg) repeat-x #000000 center top;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	color:#FFFFFF;
}

a {
	color:#CC9900;
}

#container {
	width:960px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}

.header {
	background:url(images/header.jpg) no-repeat;
	height: 175px;
	width: 960px;
}

.content {
	background:url(images/content_bg.jpg) no-repeat center top;
	height: 575px;
}

.content p {
	color:#CCCCCC;
	margin: 0 500px 15px 30px;
	font-size:22px;
	line-height: 28px;
}

.content strong {
	color:#FFFFFF;
	font-size:26px;
}

#comingsoon {
	font-size:16px;
}

.exp {
	width: 960px;
	height: 200px;
}

.exp img {
	margin: 50px 90px 0 90px;
}

.footer {
	width: 960px;
	background:url(images/footer_bg.jpg) no-repeat;
	height: 150px;
	margin: 0 auto;
}

.footer p {
	text-align:center;
}

.push {
	height: 150px;
}