body{
	color: white;
	text-align:justify;
	background-image: url('noise.png');
	background-repeat: repeat;
	background-attachment: fixed;
}

pre{
	color: black;
	margin: 0 auto;
	background-color: white;
	padding: 5px;
}

.main{
	margin: 0 auto;
	width: 1000px;
}

.content{
	float: left;
	width: 780px;
}

.side{
	padding: 10px;
	padding-top: 15px;
	float: right;
}