@charset "utf-8";
/* CSS Document */
body {
	background: #0f0f0f url(../images/nina.jpg) top center no-repeat;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pageContainer {
	width: 1000px;
	height: 740px;
	margin: 0px auto;
	position: relative;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #dd0000;
}

#rightBox {
	width: 530px;
	height: 690px;
	float: right;
	margin-top: 150px;
}

#soundcloud {
	margin: 10px 65px 0 0;
	float: right;
}

#lazyText {
	width: 464px;
	height: 334px;
	margin: 300px 0 0 100px;
}

#lazyText p {
	width: 444px;
	height: 320px;
	padding: 5px 10px;
	overflow: auto;
	font-size: 12px;
	font-weight: 200;
	line-height: 16px;
}

#leftBox {
	float: left;
	margin-top: 50px;
	height: 690px;
	width: 430px;
	position: relative;
}

#rightBox h2 {
	position: absolute;
	bottom: 35px;
	left: 0px;
	width: 410px;
	height: 95px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 150%;
	background: url(./images/amg.png) no-repeat;
}
