@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	height: 100%;
	width: 100%;
	background:#000;
}
#wrapper {
	background-attachment: fixed;
	background-image: url(./images/1600x1200-fz-bg.jpg);
	background-position: 85% bottom;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	min-height: 640;
}
#socnet {
	float: left;
	width: 40px;
}
#content {
	font-family: arial; 
	font-size: 0.8em;
	font-weight: normal;
	color: #CCC;
	margin: 0 auto;
	width: 340px;
	line-height:1.7em;
	text-align:justify;
}
#content #transq {
	padding: 20px;
	min-width: 300px;
	background-image: url(./images/transq.png);
	background-repeat: repeat;
}
#content a {
	color:#ccc;
}
#content h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
#content a:hover {
	color:#FFF;
}
#epkclear {
	clear: both;
}
#content #transq ul {
	text-align: left;
}
h6 {
    font-size: 0.7em;
    font-weight: normal;
    text-transform: uppercase;
}