body
{
	background-image: url(img/background.jpg);
	background-position: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family:arial,serif;
	color: #333333;
	line-height: 20px;
	background-color:#cce7e6;
}

p,div
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h1
{
	font-size: 25px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	margin-bottom:24px;		
	margin-top:24px;	
	font-weight:normal;
}

a
{
	text-decoration: none;
	color: #333333;
}
    
a:hover
{
	text-decoration: none;
	color: red;
}

img 
{
	padding-bottom:5px;
}

small
{
	color:#ffffff;
}