::selection { background: #ffe12d}
/* Safari, Opera, Chrome */ 
::-moz-selection { background: #ffe12d}
/* Firefox */

body {
	background-color: #f5f6f7;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x repeat-y;
	background-position: center;
	margin: 0 0 0 0;
}

.footer {
	margin-top: 20px;
	margin-bottom: 0px;
	position: relative;
	float: left;
}

/*logo header*/
.logoContainer {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	height: 177px;
	width: 165px;
	overflow: hidden;
	float: left;
}

.logoContainer img {
	position: relative;
	opacity: 1;
	-webkit-transform: scale(1);
	
	transition: all .2s ease-in-out;
}

.logoContainer img:hover {
	opacity: .9;
	-webkit-transform: scale(.995);
}

/* Line Top */
.lineTop {
	margin-top: 20px;
	margin-left: 0px;
	width: 1050px;
	height: 5px;
	overflow: hidden;
	border: none;
	background-color: #f5f6f7;
	position: relative;
	float: left;
}

.footerLine {
	margin-top: 0px;
	margin-left: 0px;
	margin-botom: 0px;
	width: 1050px;
	height: 60px;
	overflow: hidden;
	border: none;
	background-color: #091d36;
	position: relative;
	float: left;
}

.belowRight {
	width:490px;
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 10px;
	float: left;
	background-color: #091d36;
}

.belowLeft {
	width:490px;
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 20px;
	float: left;
	background-color: #091d36;
}