/*
----------------------------------------------------------------
CSS Stylesheet
by John Skelton
copyright 2009 Solvea Design, Inc
---------------------------------------------------------------- */

 

/*
----------------------------------------------------------------
	T Y P O G R O P H Y   A N D  C O L O R
---------------------------------------------------------------- */

body { 
 	color: #FFFFFF;
 }

a, a:link, a:visited {
	color: #000000;
	font-family: Helvetica, arial, sans-serif;
    font-size: 12px;
	text-decoration: none;
	padding: 3px 5px;
}

a:hover, a:active {
	background: #000000;
	color: #ffffff;
	padding: 3px 5px;
}

P {
	color: #000000;
	font-family: Helvetica, arial, sans-serif;
    font-size: 12px;
}

/*
----------------------------------------------------------------
	S T R U C T U R E
---------------------------------------------------------------- */

div.container {
  	top: 0; 
  	left: 0; 
  	width: 100%; 
  	height: 100%;
    position: fixed; 
    display: table; 
}

p {
  	display: table-cell; 
  	vertical-align: middle; 
}


img.displayed {
  	display: block; 
  	margin: 1em auto; 
}

p {text-align: center;}
