/* CSS Document */

/*#########################
######## YUI RESET ########
#######################*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,form, fieldset, input, textarea, p, blockquote, th, td {  
    margin:0; 
    padding:0; 
} 

table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 

img {  
    border:0; 
}

ol, ul { 
    list-style:none; 
}

h1, h2, h3, h4, h5, h6 { 
    font-size:100%; 
    font-weight:normal; 
} 



/*#########################
######### GENERAL #########
#######################*/

html {
	height:100%;
}

body {
	background:#141514;
	height:100%;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

#flashcontent {
	height:100%;
	text-align:center;
}

#flashcontent p {
	position:relative;
	top:20px;
}

#doc {
	width:900px;
	margin:auto;
	position:relative;
}

a {
	color:#fe6800;
	text-decoration:underline;
}