@charset "UTF-8";
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#fff;
	

}

#container {
	width: 954px;
	
	margin: auto;
	
}
#header {
	width: 564px;
	height: 164px;
	margin: 50px auto;

}
.logo {
	width:564px;
	
}
.info {
	width:300px;
	margin:auto;
}
.contact {
	width:500px;
	margin:80px auto;
}
.line {
	margin:20px 0 20px 0;
	height:1px;
	width:500px;
	background-color:#c70063;
}
.adress {
	font-size:10px;
}
.pink {
	
	color:#c70063;
}
.grey {
	color:#666;
}
.pinkbig {
	margin: 20px 0 0 0;
	color:#c70063;
	font-size:28px;
	
}
a:link {
	opacity:0.8;
	filter: alpha(opacity=80);
	filter: “alpha(opacity=80)”;
	text-decoration: none;
}
a:visited {
	opacity:0.8;
	filter: alpha(opacity=80);
	filter: “alpha(opacity=80)”;
	text-decoration: none;
}
a:hover {
	opacity:1;
	filter: alpha(opacity=100);
	filter: “alpha(opacity=100)”;
	text-decoration: none;
}


#maincontent {
	z-index:500;
	position:relative;
	width: 954px;
	height: 343px;
	background-color:#FFF;
	-moz-border-radius: 0 0 15px 15px;
border-radius: 0 0 15px 15px;
	-webkit-box-shadow: 0 0 15px #7d7d7d;
      -moz-box-shadow: 0 0 15px #7d7d7d;
        box-shadow: 0 0 15px #7d7d7d;
}
