@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans:500);
* {margin: 0;padding: 0;border: 0;}
:focus {outline:0; /*removes the dotted border*/}
img, a img {border: 0;}
html, body {height:100%;min-height: 100%;}
body {
	background: url(images/bg.jpg);
	color: #3f3f3f;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;    
}
#container {
	height: 100%; 
    min-height: 100%; 
	background: url(images/bg-site.png) no-repeat center top;
	position: relative;
	box-shadow: inset 0 0 20px #000000;
}
.soon-box {
	background: url(images/bg-white.png);
	box-shadow: 0 0 30px #000000;	
	position: absolute;
	left: 50%;
	top: 50%; 
	margin-left: -370px;
	margin-top: -220px;
	width: 740px;
	height: 450px;
	max-height: 450px;	
	
}
.soon-box .text-box {
	background: url(images/sexy.png) no-repeat top left;
	padding: 20px;
	min-height: 450px;
	max-height: 450px;
}
.soon-box .text-box .text {
	margin-left: 180px;
	line-height: 1.5em;
}
.soon-box .text-box .text img {
	float: right;
	margin: 5px 0 5px 15px;
}
.soon-box .text-box .text .p-first,
.soon-box .text-box .text .p-second {
	font-family: 'Alegreya Sans', sans-serif;
	text-align: center;
}
.soon-box .text-box .text .p-first {
	text-transform: uppercase;
	font-size: 80px;
	letter-spacing: -4px;
	margin: 30px -20px 0 -20px;
}
.soon-box .text-box .text .p-second {
	font-size: 25px;
	margin: 32px 0 15px 0;
}
.soon-box .text-box .text p {
	margin-bottom: 10px;
}