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


body {
	background-color:#161d27;
	margin:0;
	padding:0;
font-family: 'Verdana', sans-serif;
		font-size: 12px;
		color: #7683a5;
		background-image:url('../img/mbg.jpg');
	background-repeat: repeat-x;

}
#wrapper {
	width:1654px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header_ind {
	width:1654px;
	height:902px;
	margin-bottom:0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;

}
#footer_ind {
	clear:both;
	width:1654px;
	height:111px;
	text-align: center;
	background-color:#000000;
}

 a:focus {
 outline: none;
 }
 img, img a {
    border: none;}

a:link {
	color: #7683a5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7683a5;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
