/* 
RESET
*/


body
{
    background-color: black;
    font-size:14px; 
    font-weight:normal; 
    font-style:normal; 
    line-height: 1.5;    

    background-image: url(background.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}

a:link, a:visited
{ 
    text-decoration: none; 
    color: gray;
    font-weight: bolder;
}

a:hover, a:active, a:focus 
{ 
    text-decoration: none; 
    color: gray;
    font-weight: bolder;
}

.top {
	z-index:10;
}

#title {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	margin-top: 25px;
	top: 0px;
}
#video {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 170px;
}

.info {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 700px;
    font-size:14px; 
}

h1.early-title { 
	background-color: #1b1b1b;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
    padding: 13px 0 13px 13px !important;
    font-family:monospace!important;
    letter-spacing: 0.1em;
    margin-bottom: 0px!important;
}

#early-main 
{
    background: url(img/back.png); 
    border-left: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    border-bottom: 1px solid #1b1b1b;
    padding: 14px;
}

.blockimg {
	display: block;
	z-index: 3;
}
.screenshots img:hover {
	outline: #808080 solid 2px;
}
#mediaicons {
	z-index: 6;
	position: fixed;
	top: 10px;
	left: 10px;
}