@charset "utf-8";
/* CSS Document */
/* NHG Creation (HOMEPAGE 1.0)*/
/* Author - Nelli Gronroos (NHG Creation) April 2010*/

/* --START-- */

/* -- start: GLOBAL DECLARATIONS -- */

* { 
	margin:0;
	padding:0;
	outline:none;
	}
	
img {
	border:0px;
	}
	
body {
	width:800px;
	margin:0 auto;
	background-color:#FFF;
	font:16px Arial, Helvetica, sans-serif;
	color:#676668;
	}

/* -- end: GLOBAL DECLARATIONS -- */

/* -- start: homepage page styling -- */

.wrapper {
	margin:50px auto 0px auto;
	width:790px;
	height:650px;
	background-color:#FFF;
	background-image:url(../images/background-picture.png);
	background-repeat:no-repeat;
	background-position:top;
	}
	
.logo {
	padding:210px 0px 0px 20px;
	}
	
.contentBox {
	clear:both;
	width:790px;
	margin:180px 0px 0px 0px;
	}
	
.contentBox p {
	text-align:center;
	}
	
.footerBox {
	clear:both;
	width:123px;
	margin:20px auto 0px auto;
	}
	
/* -- end: homepage page styling -- */

/* -- start: text and hyperlink styling -- */
	
p {
	font: 14px Arial, Helvetica, sans-serif;
	color:#676668;
	line-height:28px;
	}
	
p a {
	color:#b6a400;
	text-decoration:none;
	}
	
p a:hover {
	color:#b6a400;
	text-decoration:underline;
	}
	
/* -- end: text and hyperlink styling -- */
