/* CSS Document */

body{
background: #1f456c;
margin: 0px;
}

#wrapper{
width: 1000px;
height: 600px;
margin-left:auto;
margin-right:auto;
background-attachment: fixed;
background: url(images/back.png);
background-repeat:no-repeat;
}

#right{
float: right;
width: 150px;
margin-right: 20px;
margin-top: 100px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#right a{
color:#ffffff;
text-decoration: none;
}

#right a:hover{
text-decoration: underline;
}

#right h3{
font: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #FFFFFF;
border-bottom: solid 1px;
border-bottom-style:dotted;
padding-bottom: 5px;
}