/* CSS Document */

*{
margin:0;
padding:0;
}

img
{
border:0;
}

body
{
background:#000;
font-family:Arial;
font-size:14px;
}

#wrapper
{
width:800px;
margin:0 auto;
clear:both;
}

#header
{
background:url(images/header.jpg) no-repeat;
height:167px;
clear:both;
}

.left_panel
{
float:left;
width:334px;
margin-left:29px;
}

.right_panel
{
float:right;
width:434px;
}


.left_panel2
{
float:left;
width:535px;
margin-left:29px;
}

.right_panel2
{
float:right;
width:235px;
text-align:left;
}


.para1
{
color:#ebebeb;
font-size:14px;
}

.yesbutton, .yesbutton2
{
background:url(images/yesbtn.jpg) no-repeat;
width:327px;
height:79px;
}

.yesbutton img
{
   margin-top:16px;
   margin-left:14px;
}


.yesbutton2 img
{
   margin-top:16px;
   margin-left:0px;
}


.clearDiv
{
clear:both;
}

#footer
{

background:url(images/footer_img.jpg) no-repeat;
height:119px;
clear:both;

}