@charset "utf-8";
/* CSS Document */

body{
	margin:0000;
	padding:0000;
	
background: #ccc;


text-align:center;
	
	/*
	scrollbar-face-color:#EBF5FF;
scrollbar-base-color:#EBF5FF;
scrollbar-arrow-color:black;
scrollbar-track-color:#F3F3F3;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#78AAFF;
scrollbar-darkshadow-Color:#78AAFF;
*/
}
#mainContainer{
	background:#FFFFFF;

	text-align:left;
	width:900px;
	
	margin-left:auto;
	margin-right:auto;
	
}
#mainPhoto{
position:relative;
top:150px;
	text-align:center;
	margin-bottom:20px;
	/*background:#00CC00;*/
	
}
#footer{
		margin-top: 50px;
		text-align:right;
		height:600px;
		width:700px;
		margin-left:100px;
		overflow:auto;
		clear:both;
	}
#welcomeLinks{

	position:relative;
	top:20px;
}
