/* CSS Document */
*, html {
	padding:0;
	margin:0;
	text-align: left;
}
html {
	background-color: #ffffff;
	background: url(../img/bg.jpg) no-repeat center top;
}
center {
	text-align: center;
}
html, div, table, tr, th, td, p, h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #f0f0f0;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	text-transform: none;
	font-weight: bolder;
	font-weight: normal;
	letter-spacing: 0.1em;
	letter-spacing: none;
	font-size: 24px;
}
a, a:link, a:active, a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#content {
}
.col-first, #col-first {
	padding: 24px;
}
.col-second, #col-second {
	padding: 24px;
}
/* colors */
.white{ color: #FFFFFF; }
.black{ color: #000000; }
.bg-white{ background-color: #FFFFFF; }
.bg-black{ background-color: #000000; }