/* CSS Document */
* {
	margin: 0;	
	padding: 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

a:link {
	color: #9AD420;
	text-decoration: none;
}
a:visited {
	color: #9AD420;
	text-decoration: none;
}
a:hover {
	color: #C4EA71;
	text-decoration: none;
}


body {
	color: white;
	background-color: black;
	text-align: center;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
//	overflow-y: scroll;
	margin: 0px auto;
	width: 1140px;
}

#everything {
	display: inline-block;
    margin: 0 20px;
	width: 1100px;
}

a#gotoTop {
	color: white;
	position: fixed;
	display: none;
	bottom: 0px;
	right: 0px;
}

a#gotoTop:hover {
	display: none;
	background-color: #666666;
}

div#header, div#footer {
	border: none;
	width: 1100px;
}

div#header {
/*	height: 325px;*/
	height: auto;
	margin-top: 10px;
//	margin-bottom: 50px;
}

div#content {
	margin: 0px 0px 50px 0px;
	padding: 50px 0px;
	width: 100%;
	height: auto;
	border-left: 1px gray solid;
	border-right: 1px gray solid;
	border-bottom: 1px gray solid;
	-moz-border-radius-bottomleft: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

div#footer {
	height: 100px;
//	margin-top: 50px;
	margin-bottom: 10px;
	color: grey;
	background-color: black;
	text-align: center;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	clear: both;
}

p {
	margin-bottom: 1em;
	font-size: 1.1em;
}

a img {
    border: inherit;
}
