@charset "utf-8";
/* CSS Document */


body{
background-image:url(/images/bg.png);
background-repeat: repeat-x;
background-color:#575757;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color: #dddddd;
}
a { 
color: #a0ce51;
}
a:hover { 
text-decoration: none;
}
.bottomBoxLink {
color: #0f738f;
}
#header{
width:800px;
height:80px;
margin-left:auto;
margin-right:auto;
background-image:url(/images/bg.png);
padding:0px;
}
img{
border:none;
padding:0px;
}
#logo{
margin-top:5px;
float:left;
}
#header_nav{
float:right;
margin-top:35px;
margin-right:10px;
color: #666666;
}
#header_nav a{
font-size:16px;
text-decoration:underline;
color: #dddddd;
margin-left:10px;
}
#header_nav a:hover{
color:#dddddd;
text-decoration:none;
}
#static_page{
width:780px;
padding:10px;
margin:5px auto;
}
#trade{
width:780px;
padding:10px;
height:349px;
margin:5px auto;
background-image:url(/images/trading5b.png);
}
#fancy{
width:780px;
padding:10px;
height:349px;
margin:5px auto;
background-image:url(/images/center_blank.png);
}
#fancy_text{
margin-left: auto;
margin-right: auto;
margin-top:100px;
width:500px;
}
#order_errors{
width:300px;
margin-left:25px;
margin-top:70px;
float: left;
overflow: auto;
}
#order_form{
width:300px;
margin-left:420px;
margin-top:80px;
}
.order{
width:300px;
}
.textbox{
width:150px;
background-color: rgb(255, 255, 160);
}
.radiobutton{
}
#buyandsell{
width:300px;
}
#bottom{
margin:10px auto;
width:800px;
}
#useOurLogo{
background-image:url(/images/useOurLogo.gif);
width:390px;
height:144px;
float:left;
color:#000;
}
#useOurLogo p{
width:250px;
margin-top:37px;
margin-left:25px;
}
#wsop{
background-image:url(/images/wsop.gif);
width:390px;
height:144px;
float:right;
color:#000;
}
#wsop p{
width:250px;
margin-top:37px;
margin-left:25px;
}
#footer{
margin:10px auto;
text-align:center;
width:800px;
color:#FFFFFF;
}
.submit{
width:90px;
}
.clear{
width:90px;
}
.green_text{
color: #a0ce51;
}