@charset "utf-8";

body {
	background: #ded5d4;
	}
	
#top {
	background: url(images/repeat.png) repeat-x;
	height: 57px;
	width: 100%;
	padding-left:13px;
	margin-left:-8px;
	text-align:center;
	}
	
#topname {
	width:100%;
	text-align:center;
	}
	

.button {
	position:relative;
	margin-right:26px;
	border:none;
	}

#follow {
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	}

#footer {
	background: url(images/footerbg.png) repeat-x;
	height: 21px;
	width: 100%;
	position: absolute;
	bottom: 5px;
	margin-left:-8px;
	text-align:center;
}

#content {
	text-align:center;
	width: 100%;
}

.left { margin-right: 34px; margin-top: 34px; }
.right {margin-left: 34px; margin-top: 34px;}
.center {margin-left: 34px; margin-right:34px; margin-top: 34px;}