body {
	background: grey;
	margin: 0px;
	padding: 0px;
	background: url('/images/notepad_pattern.jpg');
}

.main {
	width: 100%;
	height: 100%;
	background: url('/images/notepad_pattern.jpg');
}
.maintop{
	height: 50px;
	width: 100%;
	background: url('/images/notepad-1.jpg') repeat-x;
}
#container{
	margin: auto;
	width: 1000px;
}
#header {
	border-bottom: 2px solid black;
	margin-bottom: 5px;
}
#center {
	width: 790px;
	float: left;
}
#right{
	float: right;
	width: 200px;
}
#footer{
	border-top: 2px solid black;
    width: 100%;
    clear: both;
    text-align: center;
    padding: 5px;
}
