@charset "UTF-8";

/* HOME PAGE CSS Document */

/* BODY */
html {
  height: 100%;
  margin-bottom: 1px;
}


body{
	margin:0px 0px 0px 0px;
	padding:0;
	background-color:#152e42;
	background-image:url(../images/bg-top-sm.jpg);
	background-position:top;
	background-repeat:repeat-x;
}


#wrapper{
	position:relative;
	text-align:center;
}


/* TOP */

#top-base-sm{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:200px;
	background-image:url(../images/top-base-sm.jpg);
	border-left:solid 1px #768192;
	border-right:solid 1px #768192;
}