* {
	margin:0;
	padding:0;
}

body {
	background-color: #151515;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;

}

#container{
	text-align:left;
	width:770px;
	height:450px;
	background: #151515 url(../images/bg.jpg) no-repeat 100% 0%;
	margin: auto;
}

img{
	border:none;
}

h2{
	background: #151515 url(../images/soprano2.gif) no-repeat;
	text-indent:-2000em;
}

ul{
	margin-top:30px;
}

li{
	list-style:none;
}

#description{
	color: #e7e7e7;
	margin-top:30px;
	width:300px;
}

#left{
	float:left;
	width:335px;
	margin-left:10px;
}

#content{
	float:left;
	width:435px;
}

#content p{
	/*color:#e7e7e7;*/
	margin-top:30px;
}