/* 
    Document   : home
    Created on : 2010.07.26., 22:35:24
    Author     : 67
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.about{
	background:transparent url(/img/gergo_vagyok.jpg) no-repeat left top;
	margin-top:30px;
	padding-top:155px;
}
.about .hidden_text{
	position:absolute;
	text-indent:-9999px;
}
.about ul{
	margin-top:67px;
	padding-left:20px;
	overflow:hidden;
}
.about ul li{
	float:left;
	list-style:none;
}
.about ul a{
	background:transparent no-repeat left top;
	color:#fff;
	display:block;
	font-size:20px;
	height:128px;
	margin:20px;
	text-indent:-9999px;
	width:128px;
}
.about ul a:hover{
	background-position:left bottom;
	color:#66cc66;
}

#todo{
	text-align:center;
	width:550px;
}
