/* ###### GENERAL STYLING ###### */

html, body {
    height:100%;
}

body {
	font-family:verdana;
	font-size:10pt;
	color:#0055A2;
	padding:20px;
	height: 100%;
	background: url(../images/newwave-bottom2.png) no-repeat fixed center bottom,-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0088cc),color-stop(23%,#9fd8ef),color-stop(51%,#bfe8f9),color-stop(80%,#ffffff))

}

p{
	padding-left:5px;
}

a{
	color:#d60058;
}

#container{
	margin:0 auto;
	width:800px;
	height: 100%;
}

#content{
	width:800px;
	background:#fff;
	padding:10px;
	border:solid 10px #EF5323;
	margin-bottom:10px;
}