body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url("../images/bg.png") repeat #fafafa;
	font-family: Arial;
}
table {
	height: 100%;
}
.mainRow {
	height: 100%;
}
.mainRow .title {
	background: #4e4d4d;
	color: #fff;
	font-family: 'Copse', serif;
	font-size: 24px;
	border-radius: 10px;
	display: inline;
	padding: 5px 20px;
}
.soon {
	margin: 13px 0 10px 0;
	font-size: 30px;
	font-family: 'Trochut', cursive;
	color: #4e4d4d;
}
.connect {
	margin: 10px 0 15px 0;
	font-size: 20px;
	color: #4e4d4d;
	font-family: 'Dosis', sans-serif;
}
div.links {
    clear: both;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 178px;
}
a.tw {
	float:left;
	padding: 4px 7px;
	background: #33ccff;
	color: #fff;
	width: 70px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #fff;
	display:block;
}
a.tw:hover {
	color: #3b5998;
	border: 1px solid #33ccff;
	background: #fff;
}
a.fb{
	float:left;
	padding: 4px 7px;
	background: #3b5998;
	color: #fff;
	width: 70px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right:5px;
	border: 1px solid #fff;
	display:block;
}
a.fb:hover {
	color: #3b5998;
	border: 1px solid #3b5998;
	background: #fff;
}
.clear {
	clear: both;
	overflow: hidden;
}