/* INTROPAGINA */
html, body{
	height: 100%;
	margin: 0px;
	background-color: #deeeca;
}

#intro {
	height: 100%;
	width: 750px;
	color: white;
	font-family: verdana;
	letter-spacing: 3px;
	font-size: 18px;
	margin: 0px auto;
}

#intro table {
	width: 100%;
	height: 100%;
}

#intro td {
	vertical-align: middle;
}

#intrologo {
	float:left;
}

#intrologo img{
	width:300px;
	border:none;
}

#introtitle {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

#introtitle #bigger {
	font-size: 44px;
}

#addresslist {
	border: 1px solid white;
	margin-left: 310px;
	text-align: center;
	-moz-border-radius: 10px;
}

#addresslist ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#addresslist ul li {
	margin: 10px;
}

#addresslist ul .title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

#enter {
	margin-top: 10px;
	margin-left: 310px;
}

#enter img {
	margin-right:5px;
	margin-bottom:-2px;
	padding:1px;
	border: 1px solid #828387;
	height:17px;
}

#enter #medium{
	font-size:10pt;
}

#enter #big{
	font-size:12pt;
}

#enter #very_big{
	font-size:14pt;
}

#intro a:link, #enter a:visited, #enter a:active{
	text-decoration:underline;
	color:white;
}

#intro a:hover{
	text-decoration: underline;
	color: #828387;
}

.rounded_lt  {
	background: #8fc855 url(/images/roundcorner-lt.png) no-repeat top left;
}
.rounded_rt {
	background: transparent url(/images/roundcorner-rt.png) no-repeat top right;
}
.rounded_lb {
	background: transparent url(/images/roundcorner-lb.png) no-repeat bottom left;
}
.rounded_rb{
	background: transparent url(/images/roundcorner-rb.png) no-repeat bottom right;
}

#introcontent {
	padding: 20px;
}

