@charset "utf-8";
/* CSS Document */

* {
margin: 0 auto;
padding: 0;
}

a {
text-decoration: none;
  outline: none;
}

body {
background-color: #000;
font-family: Calibri, Tahoma;
font-size: 14px;
}

#wrapper {
margin: auto;
width: 1000px;
height: 800px;
background-image: url(../images/bgr_basic.jpg);
background-position: right top;
background-repeat: no-repeat;
}

#left_side {
position:relative;
float:left;
width: 309px;
}
#logo {
position:relative;
float:left;
width: 309px;
}

#menu {
position:relative;
float:left;
width: 309px;
}

#menu ul li {
display: inline;
}

/*#menu ul li */img {
border: 0;
}

#content_synopsis {
position:relative;
float:left;
width: 510px;
margin-top: 156px;

}



#main_purchase {
position:relative;
float:left;
background-image:url(../images/bgr_purchase_1.jpg);
background-repeat: no-repeat;
background-position: top right;
width: 691px;
height: 800px;
}

#main_scroll {
position:relative;
float:left;
background: #000000; /*url(../images/scroll_right.jpg)*/
background-repeat: no-repeat;
background-position: top right;
width: 691px;
height: 800px;
}

#main_trailer {
position:relative;
float:left;
background-image: url(../images/trailer_main.jpg); /*url(../images/scroll_right.jpg)*/
background-repeat: no-repeat;
background-position: top right;
width: 691px;
height: 800px;

}



#main_news {
position:relative;
float:right;
background-image: url(../images/news_right.jpg);
background-repeat: no-repeat;
background-position: top right;
width: 691px;
height: 800px;
}
#news_unbend {
position:relative;
float:left;
background-image: url(../images/news_unbend.jpg);
background-repeat: no-repeat;
background-position: top right;
width: 691px;
height: 800px;
}
/*********images**********/


#beast_synopsis {
position:relative;
float:left;
width: 181px;
margin-top: 445px;
}


#purch_top {
width: 691px;
height: 186px;
}
#purch_left {
width: 155px;
}
#purch_keys {
width: 536px;
height: 544px;
}
#purch_corner {
width: 120px;
}
#purch_click {
width: 571px;
height: 70px; 
}


.scroll_corn01 {
width: 309px;
}
.scroll_corn0201 {
width: 73px;
}


.news_corn01 {
width: 309px;
}
.news_corn0201 {
width: 44px;
}
.news_corn0202 {
background-image: url(../images/news_corner_22.jpg);
width: 265px;
height: 178px;
}
.news_main_top {
width: 691px;
}
.news_main_left {
width: 346px;
}
.news_main_right_key01 {
width: 345px;
height: 41px;
background-image: url(../images/news_main_right1.jpg);
}
.news_main_right_key02 {
width: 345px;
}


/***********text***********/

.title_synopsis {
font-style: regular;
font-size: 31px;
}

.news_corn0202 p {
padding-left: 20px;
padding-right: 55px;
font-size: 12px;
font-weight: bold;
}

.news_main_right_key01 p {
font-size: 20px;
padding-left: 15px;
padding-top: 6px;
}

#content_synopsis p {
padding-left: 130px;
padding-right: 50px;
text-align: center;
font-style: italic;
}

#footer {
width: 1000px;
}
#footer p {
padding-top:10px;
color: #d9cb76;
font-size:10px;
}
#footer a {
color:#771723;
}
#footer a:hover {
color:#d9cb76;
}
/**********form***********/
.form_small {
background-image: url(../images/scroll_left_corner_02_02.jpg);
width: 236px;
height: 157px;
}
.form_small p {
padding-top: 5px;
padding-right: 3px;
padding-left: 7px;
font-weight: bold;
}
.txtbox {
background-color: #ffffdb;
height: 25px;
border: solid 1px;
border-color: #b67b5b;
}
.mailFormBtn {
visibility: hidden;
}

/************specials**********/
.left_relative {
float: left;
position: relative;
}
.right_relative {
float: right;
position: relative;
}
.clear_both {
clear: both;
}