@charset "utf-8";
/* CSS Document */

body{ 
	text-align:center;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20;
	color:#ffffff;
}

	/* hide from ie on mac \*/
	/*html {
		height: 100%;
		overflow: hidden;
	}*/
	
#flashcontent {
	height: 500px;
	clear:both;
	background-color:#000;
}
	/* end hide */


a:link{
	text-decoration:none;
	color:#09C;
	border:none;
}
a:visited{
	text-decoration:none;
	color:#09C;
}

a:active{
	text-decoration:underline;
	color:#0F3;
}
a:hover{
	text-decoration:underline;
	color:#666;
}
.conteiner{
	width:970px;
	height:auto;
	margin:auto;
	background-color:#000;
}

.header{
	text-align:center;
	width:970px;
	height:205px;
	background-color:#FFF;
	background-image:url(../images/piccadilly-sky2.png);
	background-repeat:no-repeat;
	margin:0px auto 0px auto;
	padding-bottom:20px;
}


.telo{
	width:970px;
	height:auto;
	background-color:#000;
	margin:0px auto 0px auto;
}
.footer{
	height:auto;
	background-color:#000;
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:10px 0px 10px 0px;
}
