html, body {
	height:  100%;
	width:  100%;
	margin:  0px;
	padding:  0px;
	overflow:hidden;
}

#index 			{ font:normal 14px "Trebuchet MS"; width:400px; height:400px; margin-top:-200px; margin-left:-200px; position:absolute; top:50%; left:50%; }
#index img		{ border:none; }

#flashcontent	{ height:100%; }

ul															{ width:190px; margin:auto;  }
li a														{ background:transparent url('../img/icons_social.png')	no-repeat; }
li															{ float:left; text-indent:-1000px; overflow:hidden;	}
li a														{ width:55px; height:55px; display:block;			}
a[href="http://facebook.com/pages/Setamar/190357136468"]	{ background-position:-11px -8px; 					}
a[href="http://youtube.com/tvsetamar"]						{ background-position:-71px -8px; 					}
a[href="http://twitter.com/setamar"]						{ background-position:-131px -8px; 					}


ul:after				{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
