@import url(default.css);
@import url(menu.css);
@import url(form.css);
@import url(screenplay.css);
#page
{
/*width:1020px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
margin-top:10px;*/
background-color: transparent;
}
#back
{
border:1px solid #cccccc;
background-color: white;
color:#545454;
background: white url(bg_menu.jpg) repeat-y 0 0;
min-height:600px;
}
#inside
{
background-image:url(top.jpg);
background-repeat: no-repeat;
background-position: left top;
padding-top:100px;
margin-left:192px;
min-height:500px;
}
#inner{
/*background-color:#ffffff;*/
}
#left
{
background: transparent url(menu.jpg) no-repeat 0 0;
float:left;
width:192px;
}
#core{
width:648px;
margin-top:20px;
padding:10px;
}
#final {padding-left:192px;font-size:0.9em;color:#999999;}
#final a{color:#888888;}
#final a:hover{color:#cc6633;}
.p {
border:1px solid #cccccc;
padding:5px;
/*color:#000000;*/
/*background-color: #ffffff;*/
/*filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;*/
}
.spacer{clear:both;}
