@CHARSET "UTF-8";

html,
body {
	margin: 0;
	height: 100%;
	min-height: 100%;
	 
}

body {
	direction: ltr;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1em;
    color: #555;
    -webkit-text-size-adjust: none;
    background-color: #6AB238;
    background-image: url("../../img/wrapper.png");
    background-position: center top;
    background-repeat: no-repeat;
}

.wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.header {
	width: 960px;
	margin: 0 auto;
	height: 100px;
}

.content {
	margin: 0 auto;
	width: 960px;
	height: 480px;
}

.cntMain {
	float: left;
	width: 780px;
}

.cntLeft {
	width: 180px;
	min-height: 100px;
	float: left;
}

.cntCenter {
	width: 600px;
	float: left;
}

.cntRight {
	width: 180px;
	height: 100px;
	float: right;
}

.social {
	margin-top: 200px;
	width: 160px;
}

.social a {
	display: block;
	text-align: right;
	margin-left: 121px;
	width: 29px;
}

.social a:HOVER {
	opacity: 0.67;
}

.footer {
	top: 640px;
	position: absolute;
	width: 100%;
	height: 95px;
	color: #888;
	text-align: center;
	line-height: 20px;
	font-size: 0.75em;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

}
