@charset "utf-8";
/* CSS Document */

/* ------ Structure/universal -------*/

body {
	background: url(images/bg.jpg) fixed no-repeat;
	color:#000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-left:100px;
}

.block {
	background:url(/images/spacer2.gif) repeat;
	}
	
.topleft {
	width:450px;
	}
	
.middle {
	width:700px;
	}
