@CHARSET "ISO-8859-1";

body {
	
	/* Colors */
	background-color: #676767;
	
	/* Text */
	font-family: "Helvetica";
	
}

#pre_block {
	height: 45px;
}

.www_block {
	
	/* Size */
	width: 600px;
	height: 60px;
	
	/* Positioning */
	margin-left: auto;
	margin-right: auto;
	
	/* Colors */
	color: #989898;
	
	/* Text */
	text-align: center;
	font-size: 25px;
	
}

.www_block a {
	text-decoration: none;
	color: #989898;
	font-size: 25px;
}

#main_block {
	
	/* Size */
	width: 600px;
	height: 373px;
	
	/* Positioning */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	
	/* Colors */
	background-color: #a2a2a2;
	
	/* Misc */
	border-radius: 25px;
	box-shadow: 10px 5px 5px #343434;
}


#logo_container {
	
	/* Positioning */
	position: relative;
	left: 60px;
	top: 7px;
}
#logo_container img {
	
	/* Size */
	width: 80%;
	
}

#coming_soon {
	
	/* Positioning */
	margin-top: 20px;
	
	/* Colors */
	color: #676767;
	
	/* Text */
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}