@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/x_background.gif);
	background-repeat: repeat-y;
	background-attachment:fixed;
    background-position: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height:16px;
	margin:0px;
}

a{
color:#bf2838;
text-decoration:none;
}

a visited{
color:#bf2838;
text-decoration:none;
}


.container {
width:768px;
margin:auto;
}
