img {
	border:0;
	margin:0;
	padding:0;
	}
	
body {
	margin:0;
	padding:0;
	background-color:#333;
	font-size:150%;
	}

	
#page {
	width:60%;
	height:80%;
	background:#ccc;
	padding:100px;
	margin:50px auto;
	text-align:center;
	}

#footer {
	padding:10px;
	margin-top:0px;
	}

	
.footer {
	font-family: Futura, Tahoma;
	font-size:90%;
	color:#666;
	}

.footer a, .footer a:link, .footer a:visited {
	font-family:Georgia,Futura, Tahoma;
	font-size:95%;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	}

.footer a:hover {
	color:#000;
	text-decoration:underline;
	}

h1 {
	font-family:Georgia, Futura, Tahoma, Rockwell;
	font-size:150%;
	font-weight:bold;
	color: #000;
	}
	
h2 {
	font-family:Georgia, Futura, Tahoma, Rockwell;
	font-size:125%;
	font-weight:bold;
	color: #333;
	}

	
.main {
	font-family:Futura, Tahoma, Georgia, Rockwell;
	color:#333;
	line-height:1.1em;
	font-size:105%;
	}

.small {
	font-family:Futura, Tahoma, Georgia, Rockwell;
	color:#666;
	line-height:1.1em;
	font-size:90%;
	}


a {
	text-decoration:none;
	font-weight:bold;
	color:#f60;
	}

a:link {
	font-weight:bold;
	text-decoration:none;
	color:#f60;
	}

a:visited {
	text-decoration: none;
	color:#666;
	}

a:hover {
	text-decoration: underline;
	}
	
a:active {
	position:relative;
	top:1px;
	}


