/* universal */
* {
	margin: 0px; 
	padding:0px;
}

body {
	font: 13px arial;
	color: #fffsds;
	margin: 0;
	padding: 0;
	background: #000 url(images/bg.png) repeat-x;
}


/* Default link colors */

a:link {color:skyblue; text-decoration: none;}
a:visited {color: skyblue; text-decoration: none;}
a:hover {color: skyblue; text-decoration: underline;}
a:active {color: skyblue; text-decoration: none;}


/* Resetting styles for cross-browser compatibility */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: verdana;
}
h1, h2 {
	font-size: 16px;
}

h3, h4 {
	font-size: 14px;
}

h5, h6, h7 {
	font-size: 12px;
}



/* General style */

#comingsoon {
	margin: 200px auto 0 auto;
	width: 650px;
	height: 200px;
	background: url(images/logo.png) no-repeat;
	/* for IE */
  	filter:alpha(opacity=60);
 	/* CSS3 standard */
  	opacity:0.6;
}

#comingsoon:hover {
	margin: 200px auto 0 auto;
	width: 650px;
	height: 200px;
	background: url(images/logo.png) no-repeat;
	/* for IE */
  	filter:alpha(opacity=100);
 	/* CSS3 standard */
  	opacity:1.0;
}

#contents {
	margin: 150px auto 0 auto;
	width: 650px;
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: bold;
	font-family: aharoni, calibri;
}

