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

body {
 background-color:black;
 background-image:url('/images/bg.png');
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position:center top; 
 margin:0px;
 padding:0px;
 border:0px;
 font:12pt times;
  
}

a {
color:white;
}

a:hover {
text-decoration:none;
}

h2 {
 color:#f58220;
 font:bold 21pt times;
 padding:0px;
 margin:0px;
 margin-top:12px;
}

#wrapper_border {
 margin: 0 auto;
 width:900px;
 background-color:none; /*yellow;*/ /* This is the border-color */
 padding:0px; /* This is the border width */
}

#wrapper {
 margin: 0 auto;
 padding:0px;
 width:100%; /*720px;*/
 background-color:none; /*pink;*/ /* This is the background-color (side_menubar will be this color) */

 /*background-image:url('../images_splash/bg_swoosh.gif');
 background-repeat:no-repeat;
 background-position: 100% 100%;*/
}

#wrap {
margin:0 auto;
width:900px;
background-color:transparent; 
}

#content_2 {
float:left;
width:645px; /* 80% */
margin-left:15px;
margin-right:15px;
overflow-x:hidden;
background-color:transparent;
}

#content_1 {
float:left;
width:225px; /* 80% */
overflow-x:hidden;
background-color:transparent;
}

#paper_wrapper_content {
 margin-top: 10px;
 padding:0px;
width:100%;
background-color:transparent;
}

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


