* {
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background-color: #ccc;
	color: #000;
	overflow: hidden;
}

img {
	border: 0;
}

h1 {
	font-size: 16px;	
}

a:link, a:hover, a:visited, a:active {
	color: #000;
  text-decoration: none;
}

#content {
	min-height: 350px;
	padding: 20px;
}

#footer {
	padding-top: 10px;
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 100px;
	text-align: center;
}

a.footer:link, a.footer:hover, a.footer:visited, a.footer:active {
	color: #fff;
  text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
