@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.jpg);
	background-position:top;
	background-repeat:repeat-x;
}


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


/* TOP */

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


/* RANDOM PICS */

#randompics{
	position:absolute;
	width:260px;
	height:80px;
	border:solid 0px #000000;
	left:55px;
	top:260px;
}

strong.windspeedstrong{
		color:#d43c15;
}
.windspeed{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}