body {
	margin: 0;
	text-align: center;
	padding: 0;
	background: #c2dfec url("../images/yourFuture_bg_repeat.jpg") center top repeat-x;
	font-size:62.5%;
	}
DIV#main {
	background: transparent url("../images/yourFuture_bg.jpg") center top no-repeat;
}

.normalpage 
{
	padding:10px 20px;
	text-align:left;
	background-color:#fff;
	font-family:Verdana;
	font-size:1.1em;
	line-height:1.7em;
	border:1px solid #BAD7E5;
	margin:20px auto;
	width:80%;
}

.normalpage li 
{
	margin:1em 0em;
}

.normalpage h2, 
.normalpage h3,
.normalpage strong
{
	color:#2C729F;
}

.normalpage h2 
{
	font-size:1.5em;
}

.normalpage h3
{
	font-size:1.2em;
}
/* removes focus border in firefox */
:focus
{
  -moz-outline-style: none;
}


