html,body {
margin:0;
padding:0;
width:100%;
height:100%;
background:url(img/backgrounds/background.jpg) repeat-x 0% 50% #0c0d0f;
}

table {
width:100%;
height:100%;
border-collapse:collapse;
}

#index {
width:1108px;
height:636px;
margin:0 auto 0 auto;
}

a {
color:#666666;
}

#links_holder {
position:absolute;
bottom:2px;
left:2px;
}

.link {
color:white;
font:10px Arial, Helvetica, sans-serif;
color:#666666;
}