body {
	margin: 0;
	padding: 0;
	background: #111111 url('/layout/body_back.png') repeat-x;
	text-align: center;
	}
	
textarea {
	width: 456px;
	height: 300px;
	}

#header {
	height: 270px;
	width: 100%;
	background: #111111 url('/layout/header.png') repeat-x;
	}
	
#menubar {
	height: 54px;
	width: 100%;
	background: #ffffff;
	text-align: center;
	}
	
#content {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 520px;
	min-height: 400px;
	background: #111111 url('/layout/content.png') repeat-y;
	}
	
#footer {
	width: 100%;
	height: 180px;
	background: #111111 url('/layout/footer.png') repeat-x;
	}
	
.logo a {
	display: block;
	width: 480px;
	height: 126px;
	margin: 0 auto 0 auto;
	background-image: url('/layout/logo.png');
}
	
.contentpadding {
	padding: 18px 30px 18px 30px;
	}
	
.buttonholder {
	width: 480px;
	height: 54px;
	margin: 0 auto 0 auto;
	}
	
a.button_blog {
	display: block;
	width: 120px;
	height: 54px;
	background-image: url('/layout/button_blog.png');
	float: left;
	}
	
a.button_articles {
	display: block;
	width: 120px;
	height: 54px;
	background-image: url('/layout/button_articles.png');
	float: left;
	}
	
a.button_mywork {
	display: block;
	width: 120px;
	height: 54px;
	background-image: url('/layout/button_mywork.png');
	float: left;
	}
	
a.button_navigate {
	display: block;
	width: 120px;
	height: 54px;
	background-image: url('/layout/button_navigate.png');
	float: left;
	}