/* HTML BODY */
html, body {
margin: 0;
padding: 0;
font-family: tahoma;
font-size: 11px;
color: #000;
text-align: center;
line-height: 12px;
background-color: #000;
overflow: hidden;
}

/* FONTS */
h1 {
font-family: tahoma;
font-size: 14px;
font-weight: bold;
color: #000000;
margin-bottom: 10px;
}

/* DIVS */
#bg_all {
position: absolute;
top: 50%;
left: 50%;
margin-left: -512px;
margin-top: -500px;
width: 1024px;
height: 1000px;
background: url(../backs/all.jpg) no-repeat;
}

#container {
position: absolute;
top: 50%;
left: 50%;
margin-left: -507px;
margin-top: -550px;
text-align: left;
padding: 0;
width: 1013px;
height: 820px;
background-repeat: no-repeat;
}

#latest_news {
position: absolute;
/*
top: 690px;
left: 425px;
*/
top: 670px;
left: 400px;
}

/* IMAGES */
img {
border: 0px;
}

img.home {
position: absolute;
top: 0px;
}