
/* clear browser settings*/
html, body,ul, ol, dl, li, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, table, td, tr { }


/*
Dark blue: #1234A6
Blue: #347EBF
Light Blue: #66D8F2

*/


body { background:  url(../images/background.jpg) grey;
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0px;
	padding:0px;
	}

#wrap {
	min-width: 640px;
	max-width: 950px;
	margin:0 auto;
	background:grey;
	
	}
	
#screen {
	background: grey ;
	margin:10px 10px 0 10px;
	padding: 0px;
	
	}

p {	position: relative;
	left:45%;
	top:50px;
	}
	
	
	

	/*
	Dark blue: #1234A6
	Blue: #347EBF
	Light Blue: #66D8F2
	
*/
	
	
	
	
	
	
	
	