*{
	padding:0;
	margin:0;
}
html, body {
height: 100%;
}

html
	{
	background: #fffcf2 url(images/th3q-logo.jpg) no-repeat top left ;
	}

body{
	font-size:62.5%;
	font-family:Helvetica, Tahoma, Arial, sans-serif;
	width:100%;
	}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -62px;
}
.footer, .push {
height: 62px;
}
#content
{
	/*margin:300px 0 0 110px;*/
	padding:300px 0 0 110px;
	width:400px;
}
#content p
{
	font-size:1.2em;
	color:#727272;
}
h1{
	font-size:1.3em;
	color:#600001;
	font-weight:600;

}
span{
	font-size:.9em;
	color:#ccc;
}
a {
	text-decoration:underline;
	color:#591516;
}
a:hover{
	background:#591516;
	color:#fff;
	text-decoration:none;
}
#hr{
	width:100px;
	height:1px;
	background:#efdddd;
	margin:5px 0 5px 0;
}
#socials{
	margin:11px 0 0 0;
}
#socials a{
	text-decoration:none;
	text-indent:-9999px;
	margin-right:5px;
	float:left;
}
#socials .linedin{
	background:url(images/ico_linkedin.png) no-repeat top left;
	width:24px;
	height:24px;
	display:block;

}
#socials .twitter{
	background:url(images/ico_twitter.png) no-repeat top left;
	width:24px;
	height:24px;
	display:block;
}
#socials .skype{
	background:url(images/ico_skype.png) no-repeat top left;
	width:24px;
	height:24px;
	display:block;
}
#ux-ua{
	width:42px;
	margin:0 auto;
	/*margin:85px auto;*/
}
#ux-ua a{
	text-decoration:none;
	text-indent:-9999px;
}
#ux-ua .ux{
	background:url(images/ico_ux-ua.png) no-repeat top left;
	height:62px;
	width:40px;
	display:block;
}


