body {
	background-color: white;
	color: #3c3c3c;
	margin: 0 auto;
	font-family: Tahoma;
	font-size: 22px;
	background-image: url("bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment:fixed;
	font-weight: bold;
}

.main {
	width: 500px;
	
	margin-top: 110px;
}

.website_text {
	margin-top: 30px;
}