html {
	margin:0 auto;
	padding:0;
	color:#666;
	background:#2d3238;
    height:100%;
}

body { 
    padding-left:0;
    background:url(../images/bg.jpg) no-repeat center top;
    min-width:1000px;
    margin:0 auto;
    height:100%;
    min-height:100%;
}

#wrapper {width:1024px; margin:0 auto; background:#dbe8ee url(../images/main.jpg) no-repeat;
    height:auto;min-height:100%;text-align:center;
}
#center {padding-top:550px;}
a {text-decoration:none;}
:link:focus, :visited:focus {color:#4792af;}
:link {color:#225060;}
:visited {color:#284958;}
:link:hover, :visited:hover {color:#4792af;}
:link:active, :visited:active {color:#4792af;}