.noscreen {
	display:			none;
}

.showscreen {
	display:			block;
}

body {
	color:				#000000;
	background-color:	#000000;
}

#centerpage {
	text-align:			center;
	width:				100%;
}

#pagecontainer {
	text-align:			left;
	width:              950px;
	margin-left: 		auto ;
	margin-right: 		auto ;
}

#main {
	width:              925px;
}

#title {
	width:				925px;
	position:			relative;	
}

#menu {
	width:				647px;
	height:				32px;
	position:			absolute;	
	white-space:		none;
	top:				42px;
	left:				278px;
}

#address {
	float:				right;
	width:              25px;
}

#content {
	padding:			10px;
	background-image:	url( images/background.jpg );
}

#footer {
	text-align:			center;
}

