/* Resets default browser CSS */

html{

}
body{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/page-background.gif);
	font-family: arial;
	font-size: 11px;
	height: 100%;
}
html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
img { margin:0; padding:0; border:0; text-decoration: none; }

li{ list-style:none; float:left; }

caption, th{ text-align:left; font-weight:normal; }

a img { border:none; }

/* General CSS */

#container{
	padding: 0px;
	margin: 0 auto;
	width: 757px;
	height: 702px;
	text-align:left;
	background: url(../images/page-mainbg.gif) no-repeat;
}
.txttype1 {
	color: #00b4a0;
	font-weight:bold;
}
#container #main{
	padding:188px 0 0 57px;
	margin:0px;
	width:410px;
	line-height:16px;
}
.copyright {
	text-align:center;
	width:100%;
	padding:170px 0 0 0;
}