body {
	background-color: #ffcc00;
	background-image: url(images/linecine.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.texts {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	padding: 4px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
}


.view {
display:block;
	background-image:url(images/viewbackg.jpg);
	background-repeat: no-repeat;
	width: 1144px;
	height: 767px;
	margin: 0px;


}
.menu {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 0px;
	padding-top: 20px;
}
.menu a{
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover{
	color: #FFCC01;
	text-decoration: underline;
}


.links {
	font-family: verdana;
	font-size: 12px;
	color: #990000;



}
.links a{
	color: #000;
	text-decoration: none;
	font-size: 11px;

}

.links a:link{
	color: #000;
	text-decoration: none;
	font-size: 11px;

}
.links a:hover{
	color: #333;
	text-decoration: underline;
	font-size: 11px;

}
