@charset "utf-8";
/* CSS Document */

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

.main {
	background-color: #FFFFFF;
	background-image: url(artwork/camera.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}	
.main2{
	background-color: #FFFFFF;
	
}	


.film {
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.text {
	font-family: tahoma;
	font-size: 10.5px;
	color: #000000;
}

.text2 {
	font-family: tahoma;
	font-size: 10px;
	color: #999999;	
}

