html, body, #bg, #bg table, #bg td {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background: black;
	font-family: Zapf Chancery, cursive;
	
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #000000 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #000000 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #000000 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #000000));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #000000 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #000000 100%);

}

ol,ul {
	list-style:none;
}

a img {
    border: 0;
}

.container{
	position: relative;
	width: 1000px;
	min-width: 1000px;
	height: auto;
	margin: 0 auto;
	background: black;
	
	-moz-box-shadow: 0 0 5px 5px blue;
	-webkit-box-shadow: 0 0 5px 5px blue;
	box-shadow: 0 0 5px 5px blue;
}

.bkPic{
	width: 1000px;
	height: 700px;
}

.bk1Pic{
	position: absolute;
	width: 1000px;
	height: 550px;
	opacity: 0.9;
	top: 100px;
	left: 0px;
}

.modelPic{
	position: absolute;
	top: 0px;
	right: -50px;
}

.moneyPic{
	position: absolute;
	top: 225px;
	left: 100px;
	width: 500px;
	height: 300px;
}

.logo{
	width: 750px;
	height: auto;
	position: absolute;
	top: 0px;
	padding-top: 20px;
	padding-right: 250px;
	background: rgba(0, 0, 0, 0.5);
}

.subtitle{
	width: 750px;
	padding-right: 250px;
	height: auto;
	position: absolute;
	top: 184px;
	background: rgba(0, 0, 0, 0.5);
	padding-top: 10px;
}

.text{
	width: 680px;
	position: absolute;
	color: white;
	bottom: 0px;
	left: 0px;
	font-size: 20px;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	padding-right: 310px;
}

.coming{
	width: 170px;
	height: auto;
	position: absolute;
	top: -15px;
	right: -10px;
}

