@import url(http://fonts.googleapis.com/css?family=Tangerine);
/* general */
/*------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: 200;
}
html {
	line-height: 1;
	font-size: 30px;
	color: #403929;
	border-style: solid;
	font-family: 'Tangerine';
}

body {
	padding-top: 20px;
	margin: 0 auto;
	width: 970px;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

h1{
	width: 380px;
	margin-left: 10px;
	margin-top: 15px;
	float:left;
	font-size: 1.5em;
	text-align: left;
}

a {
	color: #403929;
}

p {
text-align: center;
}

.wrapper {
	margin: 0 auto;
	width: 720px;
}


#content .wrapper{
	 width: 720px;
}

#header {
	height: 80px;
}

#logo {
	height: 50px;
	width: 300px;
	background-image: url(logo-bg.png);
	background-repeat: no-repeat;
	float:left;
}

#dani {

}

#pidigi {
	
}

#circle {
	background-image: url(logo.png);
}

#mail > a{
	background-color: #EFEFEF;	
	text-decoration: none;
	padding-top: 95px;
	font-size: 1.2em;
}

#address {
	background-color: #EFEFEF;
}
#address p{
	padding-top: 80px;
}


#intro {
	background-color: #EFEFEF;
}


#dani a{
	background-image: url(dani.png);
}

#pidigi a{
	background-image: url(pidigi.png);
}

.square {
	float: left;
	height: 240px;
	width: 240px;
	position: relative;
}


.square > a{
	height: 240px;
	width: 240px;
	display: block;
	text-align: center;
}

.square h2{
	height: 240px;
	width: 240px;
	display: block;
	font-size:1.3em;
	text-align: center;
	margin-top: 75px;
}

.label {
	display: none;
	height: 240px;
	width: 240px;
	position: absolute;
	top:0;
	left:0;
	background-color: #7F7A6F;


}

.label a {
	display: block;
	height: 240px;
	width: 240px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


#footer {
	clear: both;
	height: 50px;
}

#credits{
position: fixed;
right: 2px;
bottom: 2px;
font-size: 8px;
color:#c4c4c4;
font-family: Verdana, Geneva, sans-serif;
text-decoration: none;
}
