@charset "utf-8";
/* CSS Document */

/*standard body elements*/

body {
	background-color: #a5aaa9;
	background-image:url(images/back.jpg);
	xbackground-repeat:repeat-x;
	font: 11px/1.4em Arial, sans-serif;
	text-align: left;
	color: #5a5a5a;
	font-weight: normal;
	line-height: 14px;
	margin: 0;
	padding: 0;
}


a {
	color: #505050;
	text-decoration: none;
}

a:hover {
	color: #017552;
	text-decoration: underline;
}

.h1 {
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	margin: 20px 0px 10px 0px ;
	line-height: 20px;
}


/*layout elements - global*/

*/

#wrapper {
	xtext-align: center;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#main {
	text-align: center;
	width: 223px;
	height: 278px;
	margin: 80px auto;
	padding: 0;
	xbackground-color:#CCC;
}
