html, body { padding: 0; margin: 0; text-align:center;}

body{
 width:350px;
 height:200px;
 font-family: Verdana, Tahoma,  Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height:1.6em;
 /*color:#63794A;*/
 color:#475a2e;
 background:#b9d89f url(../gfx/img/bg.gif) top left repeat-x;
}
	
#popup{
	width:350px;
	height:200px;
	margin:0 0 0 10px;
	text-align:left;
}
