@CHARSET "UTF-8";
* {
margin: 0;
padding: 0;
}
body {
background-color: #000000;
text-align: center;

}
#pageContainer {
margin: 0 auto;
width: 900px;
text-align: left;
overflow: hidden;

}
#background {
width: 900px;
min-height: 741px;
background-image: url("img/bg.jpg");
background-repeat: no-repeat;
overflow: hidden;
}
#menu {
width: 830px;
height: 55px;
position: relative;
top: 33px;
left: 70px;
background-image: url("img/menubegin.png");
background-repeat: no-repeat;
background-color: #15120b;
overflow: hidden;
}
#links {
margin-left: 14px;
}
.main_button {
margin-left: 45px;
}

a {
margin-right: 60px;
}
img {
border: 0
}

#text {
width: 482px;
background-image: url("img/menu_bg.png");
background-repeat: repeat-x;
overflow: hidden;
}
#link {
margin: 40px 0 0 0;
width: 418px;
float: left;
display: block;
height: 645px;
}
#textContainer {
width: 482px;
margin: 79px 0px 0px 0px; 
float: right;
overflow: hidden;
}
#text_top {
width: 482px;
height: 14px;
background-image: url("img/text_top.png");
font-size: 1px;
overflow: hidden;
}
#text_bottom {
font-size: 1px;
width: 482px;
height: 50px;
background-image: url("img/text_bottom.png");
background-repeat: no-repeat;
overflow: hidden;
}
#textContent {
margin-left: 23px;
margin-top: 4px;
margin-right: 26px;
margin-bottom: 0px;
font-family: "Verdana";
font-family: sans-serif;
font-size: 11px;
color: #fffffd;
overflow: hidden;
}
#textContent h1 {
margin-bottom: 10px;
}
#textContent h2 {
margin: 10px 0px 10px 0px;
}
#textContent a {
color: #fff;
text-decoration: none;
}
#big {
width: 98px;
height: 49px;
margin-bottom: 20px;
background-image: url("img/offer_big.png");
}
#footer {
width: 900px;
height: 42px;
background-color: #15120b;
overflow: hidden;
}
#footer_text1 {
margin-left: 47px;
padding-top: 8px;
font-family: "Verdana";
font-family: sans-serif;
font-size: 11px;
color: #fffeff;
background-color: #15120b;
width: 400px;
float: left;
}
#footer_text2 {
margin-left: 47px;
padding-top: 8px;
font-family: "Verdana";
font-family: sans-serif;
font-size: 11px;
color: #fffeff;
background-color: #15120b;
width: 406px;
float: right;
}
#footer_text1 a , #footer_text2 a {
font-family: "Verdana";
font-family: sans-serif;
font-size: 11px;
color: #fffeff;
text-decoration: none;
margin: 0;
}
#space {
height: 17px;
}



