/*style.css for wasm poll*/


body {
font-family: arial,verdana,helvetica;
font-size: 12px;
background-image:url('bg.jpg');
background-repeat:repeat-x;
margin-top: 0;
margin-bottom: 0;
}

#content {
width: 700px;
background-color: #f6b98a;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 8px;
margin-left: 300px;

/*border: 1px solid #000000;*/
}

img {
position:absolute;
top:200px;
left: 700px;
}
