@charset "UTF-8";
/* CSS Document */
#container{
margin:auto;
padding-right:75px;
width:980px;}
#logo{}

body {background-image:url(images/bg.jpg); background-repeat:repeat-x;}
#text {margin-left:613px;margin-top:20px;
font-family:Arial, Helvetica, sans-serif; font-size:14px}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}