/* CSS Document - copyright flavia dalla pellegrina - Playdesign Studio */

html{
height: 100%;
border: 0;
padding: 0;
margin: 0;
}

body{
height: 100%;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, "Trebuchet MS";
font-size: 11px;
color: #666;
background-color: #fff;

}

a:link{
text-decoration: none;
color: #666;
}
a:visited{
text-decoration: none;
color: #666;
}
a:hover{
text-decoration: none;
color: #ff0099;
}

.magenta{
color: #ff0099;
}

.green{
color: #99cc33;
font-size: 18px;
}

#intro {
width: 206px;
height: 100%;
position: absolute;
left: 50%;
margin-left: -103px;
font-size: 10px;
text-align: center;
background: url(../images/bg-index.jpg)  repeat-y;

}

#logo {
width: 210px;
height: 120px;
position: relative;
top: 20%;
margin-top: 110px;
}

#intro-text {
height: 120px;
position: relative;
top:22%;
margin-top: -50px;
}

#credit {
	width: 100%;
	height: 10px;
	text-align: center;
	font-size: 9px;
	color: #999999;
	position: absolute;
	bottom: 15px;
	margin-bottom: 20px;
}

