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


* a {
	outline:0;
	border:0;
	text-decoration:none;
	ie-dummy: expression(this.hideFocus=true);
}
	
a:hover, a:active, a:focus {
	outline:0;
	border:0;
	text-decoration:none;
	ie-dummy: expression(this.hideFocus=true);
}

body {
	background-image:url(../images/Avrofilmslimitedbg4.png);
	background-repeat:no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-color:#000;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#contact {
	border:1px #999999;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-top:250px;
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
	color: #666;
}

#contact a{
	color:#666;
	text-decoration:none;
}