body { 
	font-family: arial, sans-serif;
	font-size: 11px;
	text-decoration: strong;
	color: #000;
	text-align: center;
	background: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
	}

#container {
	text-align: center;
	padding: 0px;
	position: absolute;
	margin-left: -175px;
	margin-top: -150px;
	left: 50%;
	top: 50%;
	width: 350px;
	height: 400px;
	} 

#footer1 {
	border-top: 1px #000 solid;
	text-align: right;
	padding: 0px;
	width: 350px;
	} 

#container .footer {
	border-top: 1px #000 solid;
	text-align: right;
	padding: 0px;
	width: 350px;
	float: right;
	} 

#logo {
	text-align: right;
	font-family: arial, sans-serif;
	font-size: 24px;
	margin-bottom: 3px;
	width: 100%;
	border-bottom: 1px solid #000;
	float: right;
	} 

#container .box
{
	margin: 3px;
	width: 350px;
	height: 170px;
	float: left;
	text-align: center;
}

#box_1_image {
	height: 170px;
	width: 170px;
	background-image: url(cms/data/upimages/box_1.jpg);
	background-repeat: no-repeat;
}

#footer1 a {
	font-family: arial, sans-serif;
	color: #000;
	text-decoration: none;
}

#container .footer a {
	font-family: arial, sans-serif;
	color: #000;
	text-decoration: none;
}