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

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

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-position:center bottom;
	color:#ffffff;
	background-image:url(../../img/bg.jpg);
	background-color:##96BBCE;
}
a{
	text-decoration:none;
	color:#658799;
	cursor:pointer;
}
a:hover{
	color:#406476;
}*:active
{
  outline: none;
}
p{
	line-height:20px;
}
p ul{
	margin-left:20px;
	padding-left:20px;
}
p a{
	text-decoration:none;
}
p a:hover{}

img{border:none;}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
	width:100%;
	background-position:center bottom;
	background-repeat:repeat-x;
}
.footer, .push {
	height: 40px; /* .push must be the same height as .footer */
	clear:both;
}
.page_margins{
	width:911px;
	margin-left:auto;
	margin-right:auto;
}

