/* 
	xhtml & css
	Date: 12/11/2009.
	Modified: 12/11/2009
	Author: Andres Basso

**/

/* Basics */
*{
margin: 0;
padding: 0;
}
body, html{
width: 100%;
cursor: default;
font-family: Helvetica, Arial, Verdana, sans-serif;
padding: 0px 0 0 0;
background: #000000;
color: #CCCCCC;
}
a{cursor: pointer;}
a:active{outline: 0 !important;}
a img{border: none;}
abbr, acronym{cursor: help; border: none;}
hr{display: none;}
label{cursor: pointer;}
select option{padding: 1px 2px 0 5px;}
table{border-spacing: 0; border-collapse: collapse;}
ul{list-style: none;}


#flash_piece{
display:block;
width: 960px; /*the width of the element*/
height: 600px; /*the height of the element*/
position: absolute; /*absolute position to center the element in relation to its parent element*/
left: 50%; /*the left border of the element is positioned at half of the available width of the parent element*/
top: 50%; /*the top border of the element is positioned at half of the available height of the parent element*/
margin-left: -480px; /*half of the element width is removed from the left margin to center it*/
margin-top: -300px; /*half of the element height is removed from the top margin to center it*/ 

}

strong{
color:#FF0000;
font-weight:bold;
}

h1{
display:block;
width:234px;
height:59px;
text-indent:-9999px;
background:url(../images/zx_logo.jpg) no-repeat top left;
margin-left:5px;
margin-top:20px;
}

ul{
margin-left:10px;
margin-right:10px;
padding-bottom:10px;
}

a{
color:#FF0000;
text-decoration:none;
font-weight:bold;
}

a:hover{
text-decoration:underline;
}

p{
margin-left:10px;
margin-bottom:10px;
margin-right:10px;
}

h3{
margin-left:10px;
color:#FFFFFF;
}

h2{
margin: 20px 0 10px 10px;
}

ol{
list-style-type: decimal;
margin-left:10px;
margin-right:10px;
}

ol li{
padding-top:10px;
}

img{
padding:10px;
}