body
{
	margin: 0;
	padding: 0;
	background-color: white;
}

#container
{
	width: 900px;
	height: 530px;
	margin: auto;
	padding-top: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

#header
{
	width: 900px;
	height: 66px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	font-size: 14px;
}

#links
{
	padding-top: 42px;
}


#line
{
	width: 900px;
	height: 1px;
	background-image:url(images/line1.jpg);
	background-repeat:no-repeat;
}

#line2
{
	width: 900px;
	height: 1px;
	background-image:url(images/line2.jpg);
	background-repeat:no-repeat;
}

#content1
{
	width: 900px;
	height: 432px;
	background-repeat:no-repeat;
}

#content2
{
	width: 900px;
	height: 30px;
	font-size: 14px;
	margin-top:4px;
}



#textindex {
	width:547px;
	height:100px;
	padding-left: 35px;
	padding-top: 184px;
	font-weight: normal;
	font-size: 18px;
}

#textpremiere {
	width:195px;
	height:366px;
	padding-left: 35px;
	padding-top: 63px;
	font-weight: normal;
	font-size: 14px;
}


a:link, a:visited {
	color: #d52144;
	text-decoration:none;
}

a:hover {	
	color: black;
}

