@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	margin-left: 0px;
	margin-top: 0px;	
	margin-right: 0px;
	margin-bottom: 0px;
}

.txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#FFFFFF;
}

