/* 

*/

/* General */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
	background-color: #ffffff;
}
#wrapper {
 position:absolute;
 /*height:200px; 
 width:400px;*/
 margin:-100px 0px 0px -200px;
 top: 20%; 
 left: 50%;
}
/* layout 
#content {
 margin: 20;
}
h1, h1 a, a h1 {
	color: #1F3179;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px;
	font-weight: normal;
}
 
h2, h2 a, a h2 {
	color: #1F3179;
	font-size: 15px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	margin: 5px 0 0;
	padding: 0 10px 5px 0
}

h3, h3 a, a h3 {
	color: #1F3179;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0
}*/