﻿html, body {
	margin: 0;
	padding: 0;
}

html {
	background-color: #3a4149;
}

body {
	font-size: 16px;
	line-height: 1.5625;
	font-family: Arial;
	color: #000;
}

.bg {
	background: #fff url(/images/mainbg.jpg) no-repeat center top;
	background-size: 100% auto;
	background-attachment: fixed;
}

img {
	border: 0;
}

#layout {
	overflow: hidden;
	clear: both;
}

table, td, div, a, ul, ol {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}


a.obfusc::before {
	content: attr(data-who) "@" attr(data-at);
}



h1 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.25;
	margin-bottom: 25px;
}

h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.2;
	margin-top: 27px;
	margin-bottom: 27px;
}

h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 500;
	margin-bottom: 0;
}



@media screen and (max-width: 640px) {

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}
}
