* {
		margin: 0;
		padding: 0;
}
body {
	background: transparent url(/img/slash.png) repeat fixed 50% 0pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #333333;
	padding: 0;
	margin: 0;
	position:relative;
	width: 100%;
	height: 100%;
	text-align:center;
}
.container {
	position: relative;
	width: 850px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0pt auto;
	padding: 0px;
	text-align:left;
}
.heading {
	font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
	clear: both;
	text-align: center;
	padding: 20px 0 15px 0;
}
.content {
	padding: 15px 30px 0px;
	font-size: 14px;
}
.footer {
	font-size: 10px;
	padding: 15px 30px 25px;
}
.intro {
	clear: both;
	padding: 15px 30px 0;
}
.tile {
		position: relative;
		float: left;
		width: 260px;
		height: 340px;
		text-align:center;
}
.tile img,a {
		clear:both;
		text-align:center;
		border:none;
}

.intro a {
		font-size: 13px;
		font-weight:normal;
}
.imgHref {
		text-decoration: none;
}
