html {
 margin: 0;
 border: 0;
 padding: 0;
}

body {
 background-image:url('../images/bg.gif');
 background-repeat:repeat-x;
 margin: 0;
 padding: 0;
 border:0;
 font:10pt times;
 background-color:black;
}

#wrapper_border {
 margin: 0 auto;
 width:847px;/*720px;*/
 background-color:transparent; /* This is the border-color */
 padding:1px; /* This is the border width */
}

#wrapper {
 width:847px;/*720px;*/
 background-color:transparent; /* This is the background-color (side_menubar will be this color) */
}

#wrap {
margin:0 auto;
width:900px;/*700px;*/
background-color:green;
}

#content_1 {
float:left;
background-color:yellow;
width:58%;
padding:5px;
}

#content_2 {
float:left;
width:823px;
padding:10px;
overflow-x:hidden;
background-color:white;
border-left:2px solid #fba812;
border-right:2px solid #fba812;
}

#paper_wrapper_content {
width:100%;
background-color:transparent;
}

#foil_wrapper_content {
float:left;
width:100%;
height:100%;
background-color:transparent;
overflow-x:hidden;
}

a {
 color:#77787b;
}

h2 {
 color:#fba812;
 font:bold 15pt times;
}