/*#############################################################
Name: _infzt.Co
Date: 2008-07-07 
Author: Paulo Barrera Campos
URL: http://infzt.fastcat.es

Feel free to use and modify but please provide credits.
#############################################################*/

/*##### Standard elements #####*/

* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}

body{
	width: 800px;
	background: #000000;	
	color: #555555;
	margin: 5px auto;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
}

h2{
	text-align: center;
	color: #AAAAAA;
	font-weight: bold;
	line-height:40px;
}

p{
	margin: 5px auto 5px auto;
	text-align:center;
}
/*##### End Standard elements #####*/

/*##### Main structure #####*/
.main{
	background: #111111;
	border: 3px double #EEEEEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 5px auto 4px auto; 
	text-align: left;
	width: 800px;
}
/*##### Main structure #####*/

/*##### Header #####*/
.header{}
/*##### End Header #####*/

/*##### Content #####*/
.content{
	clear:both;
	margin: 0px auto;
	width: 800px;
	height: 800px;
}

#flashcontent{
	clear:both;
	margin: 0px auto;
	width: 800px;
	height: 800px;
	text-align: center;
	color: #AAAAAA;
}
/*##### End Content #####*/

/*##### Footer #####*/
.footer {}
/*##### End Footer #####*/