/** Layout **/
body {
	width: 100%;
	height: 100%;
	background: #000 url(stretch.png) top left repeat-x;
	margin: 0;
}

div.right {
	background: url(bg.png) top right no-repeat;
	float: right;
	width: 560px;
	height: 370px;
	text-align: right;
}

/** Typography **/
h1, span {
	font-family: "Trebuchet MS", Verdana, cursive;
	color: #96c;
}

h1 {
	margin: 19px 0 0 0;
}