body {
         color: #606161;
         background: #e8e9ea url('bg.jpg');
         font-family: "Tahoma";
         text-align: left;
         margin: 0px;
         padding: 0px;
         font-size: 11px;
         font-weight: normal;
         letter-spacing: 0px;
         overflow-x: hidden;
}
img {
         border: 0px;
}
.header {
         position:absolute;
         top: 50px;
         left: 100px;
         width: 412px;
         height: 430px;
         background: url('header.png') no-repeat;
}
.buttons {
         position:absolute;
         top:116px;
         left: 480px;
         padding: 5px;
         margin-bottom: 5px;
}
.content {
         top:180px;
         left: 400px;
         position: absolute;
         width: 610px;
}
.outline {
         margin: 2px;
         padding: 5px;
         background: url('w.png');
         -moz-border-radius: 10px;}
.box {
         background: url('w.png');
         padding: 10px;
         margin-bottom: 15px;
         -moz-border-radius: 15px;
         text-align:center;}

a:link, a:visited {
         color: #000;
         text-decoration: none;}

a:hover, a:active {
         color: #fff;
         text-decoration: none;}
