@import url(default.css);
@import url(menu.css);
@import url(form.css);
@import url(screenplay.css);
body{background-color: #ffffff;
background-image:url(bg_index.jpg);
background-position:left top;
background-repeat:repeat-y;}
h1{text-align: right;color:#999999;}
a{
color:#cc6633;
text-decoration:none;
}
a:hover{
color:#ff9900;
}
#page
{
color:#545454;
width:749px;
/*background-color: transparent;
margin-left:auto;
margin-right:auto;*/
}
#inside
{
padding-top:70px;
}
#inner{
width:749px;
height:503px;
background-image:url(index.jpg);
background-position:center top;
background-repeat:no-repeat;
/*background-color:#ffffff;*/
}
#core
{
padding-top:255px;
padding-left:211px;
/*float:left;
width:600px;*/
}
#final{color:#999999;padding-left:211px;font-size:0.9em;}
#final a{color:#888888;}
#final a:hover{color:#cc6633;}
