/* GENERAL
--------------------------------------- */

body { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #245563;
	font-size: 13px;
	background-image: url(../images/background.png);
	background-position: top;
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, .8);
}

a {
	color: #aaaaaa;
	text-decoration: none;
	border: none;
	outline: none;
}

a:hover {
	color: #777777;
	text-decoration: underline;
}

img {
	border: none;
	outline: none;
}

.clear {
	clear: both;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	margin-bottom: 0px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

#container {
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
}

#welcome {
	margin: 0 auto;
	width: 700px;
	text-align: center;
	font-size: 40px;
	font-family: 'Amatic SC', cursive;
	margin-bottom: 50px;
}

#links {
	margin: 0 auto;
	width: 700px;
	text-align: center;
	margin-bottom: 50px;
}

#links #subscribe {
	display: inline;
	margin-right: 5px;
}

#links #facebook {
	display: inline;
	position: relative;
	top: -1px;
}

#footer {
	clear: both;
	text-align: center;
	color: #aaaaaa;
}



