/* 

created by (c) Radek Kysely {pixelsmix}; pixelsmix.com . all rights reserved

*/

/* ------------ MAIN ------------ */

body {
margin: 0;
padding: 0;
background: #1a1a1a url('../img/indexbg.png') top center no-repeat;
background-attachment: fixed;
font-family: Arial;
text-align: center;
font-size: 13px;
color: #000000;
}

#ie {
display: none;
}

#bg {
margin: 0 auto;
width: 859px;
height: 416px;
background: url('../img/index.png') top left no-repeat;
text-align: center;
}

#langs {
position: relative;
left: 265px;
top: 230px;
width: 303px;
height: 77px;
}

#cz {
float: left;
width: 150px;
height: 77px;
text-align: left;
}

#en {
float: right;
width: 150px;
height: 77px;
text-align: right;
}
