html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}

li{
	list-style: none;
}

body{
font-size: 12px;  
font-family: Arial; 
color: #000000;
background: url("bg.jpg") #ff0066 repeat-x;
}


a,
a:visited,
a:hover{
color:#000000;
text-decoration:none;
}

p{
margin-bottom: 10px;
line-height: 1.25em;
}
	
#home{
position: relative;
width: 980px;
height: 900px;
margin: 0 auto;
}
	
#flash{
margin: 0 auto;
}
	
#txt{
position: relative;
margin: 30px auto;
width: 980px;
text-align: justify;
color:#000000;
}

#txt p, a{
position: relative;
margin: 0px auto;
width: 980px;
text-align: justify;
color:#000000;
}



