﻿
/* hide from ie on mac \*/
html {
	height: 100%;

}

#flashcontent {
	height: 100%;
	margin:0;
	padding:0;
	color:#333;
	font-family:"Lucida Grande","verdana",sans-serif;
	font-size:small;
	text-align:center;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
div {
	margin: 0;
	padding: 0;
}


/* end hide */

#flashcontent p,#flashcontent div{
	width:400px;
	text-align:left;
	margin:5px auto;
}
#flashcontent p strong{background:#FFC}
h1{font-weight:normal;}
#swfcontent{margin:0 auto;}

/*-------------------------------------social icons---------------------------*/
#social{
    width:960px;

}
#social span{
	margin-left:720px;
	margin-top:4px;
	float:left;	
	display:block;
	width:150px;
	font:12px verdana;
}
#social a{
	text-indent:-99999px;
	display:block;
	float:left;
	width:27px;
	height:26px;
	outline:none;
	padding-right:3px;
	
}
#social a.youtube{
	background:url(../../../it/img/social/icon_youtube.png) no-repeat;
	
}
#social a.fb{
	background:url(../../../it/img/social/icon_fb.png) no-repeat;
	
}
#social a.twitter{
	background:url(../../../it/img/social/icon_twitter.png) no-repeat;
	
}
/*-------------------------------------end social icons---------------------------*/

