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

body,header,div,p,ul,li,h1,footer {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;}

body, html {
	height:100%;}

header,footer,div,p,ul,li,h1 {
	float:left;
	display:block;}


a:link {
	color:#fff;
	text-decoration:none;}

a:visited {
	color:#fff;}

a:hover {
	color:#A5D4AD; font-size:larger;
	background: -webkit-gradient(linear, left top, left bottom,
	from(#A5D4AD),
	color-stop(0.2, #d4d4d4),
	color-stop(0.5, #fff),
	color-stop(0.8, #d4d4d4),
	to(#A5D4AD));}

ul {
	list-style:none;}

/*body {
	background-image:url(../img/logo.png);}*/

#container {
	position:relative;
	width:320px; height:auto !important; height:100%;  min-height:100%;
	border-top:4px solid #e0d2d2;
	/*background-image:url(../img/patern.png)*/}

#headerWrap {
	width:320px; height:104px; margin-top:120px;}

#logoBox {
	width:320px; height:64px; margin-bottom:10px;}

#logo {
	width:320px; height:64px; margin:0 auto;
	background-image:url(../img/oPUGOo.png);
	background-repeat:no-repeat;
	background-size:cover;}
