body {
background: url('gradient.png');
background-repeat: repeat-x;
background-color: #00FFFF;
text-align: center;
font-family: sans-serif;
}
#main {
text-align: left;
width: 820px;
margin: 0 auto;
background: url('midbar.png');
background-repeat: repeat-y;
//text-padding: 25px;
}
#content {
text-align: left;
width: 770px;
margin: 0 auto;
}
#topimg {
height: 170px;
}

.l {
width: 260px;
float: left;
}
.c {
width: 260px;
float: left;
}
.r {
width: 250px;
float: left;
}


img {
border: 0px;
}
hr {
background-color: #00FFFF;
height: 1px;
border-style: none;
}
#button {
	position: absolute;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
}
