@charset "UTF-8";
/* CSS Document */

body{
	color: #ffffff;
	background: #1729dc url(bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family:'Trebuchet MS',Helvetica,sans-serif;;
}

h1 { font-size: 400%; }
h2 { font-size: 200%; }
h3 { font-size: 150%; }

:link { color: #ffff00 }
:visited { color: #ffff22 }
a:active { color: #ffff22 }
a:hover { color: #ffff22 }

#container{
width: 980px;
margin: 0 auto 0 auto;
}


