body {
margin: 0;
cursor: default;
background: url(/images/agents/bg.jpg) repeat-x;
width:100%;
padding: 0;
font-size:12px;
font-family: arial;
color: #fff;
text-align:center;
background-color: #000c13;

}

a:link{font: 12px arial; color: #fff;padding: 0px;font-weight:bold;text-decoration:none;}
a:visited{font: 12px arial; color: #fff;padding: 0px;font-weight:bold;text-decoration:none;}
a:active{font: 12px arial; color: #fff;padding: 0px;font-weight:bold;text-decoration:none;}
a:hover{font: 12px arial; color: #000;padding: 0px;font-weight:bold;text-decoration:none;}


#container{
width:1000px;
margin: 0 auto;
}

#image1{
background:url(/images/agents/image_01.jpg) no-repeat;
width:1000px;
height:114px;
}

#image2{
background:url(/images/agents/image_02.jpg) no-repeat;
width:1000px;
height:128px;
}

#image3{
background:url(/images/agents/image_03.jpg) no-repeat;
width:1000px;
height:276px;
}

#image4{
background:url(/images/agents/image_04.jpg) no-repeat;
width:1000px;
height:140px;
}

#content{
font: 12px arial;
color: #fff;
line-height: 18px;
padding: 20px 0px 0px 225px;
text-align: justify;
}

#create{
background:url(/images/agents/createbutton.gif) no-repeat;
width:358px;
height:128px;
margin: 0px 0px 0px 520px;
padding-top: 10px;
}

* html #create{margin: 0px 0px 0px 400px;}

#prize{
background:url(/images/agents/prizebutton.png) no-repeat;
width:327px;
height:61px;
margin-top: 55px;
float:right;
}

#disclaimer{
font: 12px arial;
color: #fff;
text-align:left;
margin: 75px 0px 0px 225px;
float:left;
}

#lostpassword{
font:12px arial;
color #fff;
text-align: left;
padding: 90px 0px 0px 500px;
}



b{font: 18px arial; color:ffff00;}



#form{
margin:45px 0px 0px 270px;
float:left;
}







input {
  border: 1px solid #0094c2;
  background-color: #002639;
  color: #fff;
}

select {
  border: 1px solid #0094c2;
  background-color: #ccc;
}
textarea {
  border: 1px solid #0094c2;
  background-color: #002639;
}

label {
  font-family: Times new roman;
  font-weight: none;
  font-size: 14px;
  color: #fff;
}


