@charset "utf-8";
/* CSS Document */

body{
 	background:url(/res/images/bg.jpg) repeat-x #edece9;
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:visited, a:hover{
	color:#465e0c;
	text-decoration:none;
}
#container{
	width: 820px;
	margin: 100px auto;
	text-align: center;
}
.imageborder{
	border: 10px solid #fff;
}