* {margin:0;padding:0;border:0;outline:0;}
body 	{
		padding : 0px;
		margin : 0px;
		height: 100%;
		width: 100%;
		min-width: 630px;
		font-family: tahoma,sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		color: #fff;
		overflow: hidden;
		background-color:#000;
		}
a:link	{color : #dff;}
a:visited{color : #bff;}
a:hover	{color : #eff;}
a:active{color : #eff;}
a:focus	{color : #eff;}
h1,h2,h3,h4{
		font-family: sans-serif, arial;
		font-style: normal;
		font-weight: normal;
}
h1		{
		margin: 3px;
		font-size: 1.5em;
		}
h2		{
		margin: 3px;
		font-size: 1.3em;
		}
h3		{
		padding-bottom: 5px;
		text-align: center;
		font-size: 1.5em;
		}
h4		{
		padding: 10px;
		padding-left: 0px;
		font-size: 1em;
		}
p		{
		padding: 0 15px;
		}
.screenshot{
		width: 220px;
		height: 150px;
		border: 2px solid #CCC;
		}
a#contact{
		text-decoration: none;
		font-size: 13px;
		color: #fff;
}
		
#contents,.nav,#headline,#footer	{ width: 900px; position : relative; margin :0 auto; left: 0; }
#contents	{ top: 80px; height:600px; overflow:hidden; border:1px solid #fff; }
#contents a	  {position:absolute;display:block;overflow:visible;z-index:500;}
#contents img	  {border:2px solid #333}
#contents .l0 a, #contents .l0 img {width:190px;}
#contents .l1 a, #contents .l1 img {width:180px;}
#contents .l2 a, #contents .l2 img {width:160px;}
#contents .l3 a, #contents .l3 img {width:140px;}
#contents .l0 {width:1300px; height:350px;}
#contents .l1 {width:1360px; height:400px;}
#contents .l2 {width:1100px; height:500px;}
#contents .l3 {width:980px;  height:630px;}
#contents .l4 {width:970px;  height:610px;background:url(/space.jpg) #000 no-repeat center center;}
#parallax {position:relative; overflow:hidden; width:900px; height:600px;z-index:0}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #fff;
	background-color: #333;
	padding: 8px;
	opacity: 0.90;
	width:250px;
	height:auto;
	font-size:.9em;
	text-align: left;
}
#tooltip h3, #tooltip div { margin: 0; color:#fff;}

#headline{ top : 16px; height : 35px; 		}
.small	{font-size: 15px;}
.link	{color: #fff;}
.right {float:right}

