@charset "utf-8";

/* CSS Document */


html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	font-family:Arial;
	font-size:12px;
	color:#57647d;
	border:0px;

}


body
{
background-image:url(bg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#7c90ac;
margin: 0;
padding: 0px;
}

#logo{
	width:400px;
	text-align:center;
	margin:auto;
	padding:0;
	}

#info{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	width:400px;
	text-align:center;
	margin:auto;
	padding:0;
	}

#links{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	width:800px;
	text-align:center;
	margin:auto;
	padding:20px 0 0 0;
	}