body {
	padding: 0px;
	margin: 0px;
	background: #fff url('/img/welcomeBg.gif') repeat-x;
	}

#container {
	padding-top: 2px;
	width: 550px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font: 11px Georgia;
	color: #777;
	position: relative;
	}

h1 {
	font: bold 14px Georgia;
	color: #DE0E0E;
	}

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

a:hover {
	color: #DE0E0E;
	}

.col {
	margin-top: 10px;
	display: block;
	width: 250px;
	float: left;
	margin-right: 40px;
	}

p {
	text-align: left;
	}
