/* CSS Document */

body {
	font: 11px/20px   Helvetica, Arial, sans-serif;
	color:#5a5958;
	text-align:center;
	margin: 0;
	padding: 0;
	background-image:url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-color:#fff;
}

#container{
	background-color:#fff;
	width:828px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px #7ac2e4 solid;
	border-left: 1px #7ac2e4 solid;
}

.piece {
background-color:#f1f1f1;
border:1px solid #dadada;
width:790px;
margin-top:20px;
text-align:left;
padding:10px;
line-height:1.2em;
}

.piece_img {
padding-bottom:10px;
}

a:link {
	color: #32667e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #32667e;
}
a:hover {
	text-decoration: underline;
	color: #16abf1;
}
a:active {
	text-decoration: none;
	color: #32667e;
}

/* HACKS */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

