/* -------------------------------------------
Main style sheet for Nielsen Portal

created: May 2007
author: Brett Chaney
website: http://www.dreamscapestudios.co.uk
------------------------------------------- */

/************************************** basic elements **************************************/

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000; 
	background: #fff; 
	margin: 0px; 
	text-align: center;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(../images/bg-grey.gif); 
}

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

form {
	margin: 0; 
}

a {
	color: #002583; 
	text-decoration: underline;
}

p {
	font-size: 1.0em;
	margin: 6px 17px 14px 17px;
}

img {
	border: 0;
}

input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	height: 1.12em;
}

input.wide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	height: 1.1em;
	width: 20em;
}

.clear {
	clear: both;
	height: 1%;
}




/************************************** content footer divs **************************************/

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

#flashDiv {
	height: 563px;
	background: url(../images/bg.gif) top repeat-x #f8f8f8;
	text-align: center;
}