@charset "UTF-8";
/* CSS Document */
/* Head */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	
}
h1{
	font-size: 8px;
	color: #DBDBDB;
	padding-left: 0px;
}
h2{
	font-size: 8px;
}
h3{
	font-size:14px
}
h4{
	background-image: url(../images/evolution_of-the-pixel.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 80px;
	width: 726px;



}
a:link {
	color: #66CCFF;
		text-decoration: none;

}
a:visited{
	color: #0099FF;
		text-decoration: none;

}
a:hover, a:active{
	color: 99CCFF;
	text-decoration: none;

}
/* DIVS */
#about{
	background-color:#DBDBDB;
	color:#DBDBDB;
	text-align:center;
}
#about a:link{
	color:#DBDBDB;

}
#about a:visited{
	color:#DBDBDB;

}
#about a:active, a:hover{
	color:#DBDBDB;

}
#wrapper{
	background-image:url(../images/bg_col.jpg);
	background-repeat:repeat-x;
	width:auto;
	height:auto;
}
#content{
	margin: auto;
	height: 622px;
	width: 900px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer{
font-size:9px;
text-align:center;
}
