body{
	margin: 0;
	padding: 0;
	background: #010101;	
}

#site{	
	width: 960px;
	margin-top: 50px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #fff;
	font-size: 12px;
}

input{
	color: #777777;
}

#left{
	float: left;
	width: 490px;
}

#right{
	float: right;
	width: 490px;
	min-height: 500px;
}

#clear{
	clear: both;
}

#foto{
	position: absolute;
}

#menu ul, #menu ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li{
	display: inline;
	padding-left: 15px;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: none;
	color: grey;
}

#content{
	width: 375px;
}

#menu{
	text-align: center;	
	margin-bottom: 30px;
}

#title{
	border-bottom: solid 1px white;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#text{
	padding-left: 10px;
}

#galeria ul.thumbs li a{
	display: block;
	width: 200px;
	height: 150px;
	text-align: center;
	overflow: hidden;
}

#footer{
        position: relative;
	padding-top: 50px;
}

.ggfb{
    height: 32px;
    position: absolute;
    right: 114px;
    width: 32px;
    top:0;
    background:  url('./images/fb.png')  no-repeat top left;
}

#footleft{
	width: 300px;
	float: left;
}

#footright{
        text-align: right;
        margin-right: 114px;
	width: 300px;
	float: right;
}

