html {
	background: url(background.jpg) #E3E3E3 repeat-y top center;
}
body, html {
	width: 100%;
	height: 100%;
}
#main {
	background: url(triangles.png) no-repeat right 100px;
	width: 100%;
	height: 100%;
}
#text {
	margin-top: 180px;
	margin-left: 8%;
	float: left;
	width: 471px;
}
#something {
	width: 471px;
	height: 33px;
}
#contact {
	background: url(contact-me.png) no-repeat top left;
	width: 116px;
	height: 18px;
	margin: 10px 0;
	float: right;
}
#contact a {
	display: block;
	width: 116px;
	height: 18px;
}