﻿@charset "utf-8";

body {
	color: #FFF;
    font-size: 14px;
	background: url("../Images/background.png") repeat fixed 0 0 transparent;
    font-family: Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
}

#gradient {
    background: url("../Images/gradient_small.png") no-repeat scroll center 0 transparent;
    background-size: 100% 100%;
    height: 1000px;
    position: fixed;
    top: 0;
    width: 100%;
}

#page {
	width: 725px;
	margin: 20px auto;
	margin-top: 275px;
	height: auto;
}

#content {
	width: 745px;
	height: 200px;
	margin: 0 auto;

	margin-bottom: 130px;
	left: 0;
	right: 0;
}

#logo {
	text-align: center;
	margin-bottom: 10px;
}

h1
{
	text-align: center;
	margin-bottom: 10px;
	font-size: 64px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

#title {
	text-align: center;
}

#social {	
	margin: 150px auto 0px auto;
	border-top: 2px rgba(255,255,255,0.7) solid;
	padding: 10px;
	text-align: center;
	width: 400px;
}

#social > a {
	margin: 0px 10px 0px 10px;
}

#social > a > img {
    border-width: 0;
}