@charset "utf-8";
/* CSS Document */
html {
height: auto;
}
body {
background: white url("images/bg.jpg") top left repeat;
}
#box {
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-304px;
    margin-top:-187px; 
	width: 600px;
	height: 363px;
	
}
#meio {
	width: 100%;
	height: 100%;
	background: white url("images/img.jpg") top left no-repeat;
}
#bottom {
	clear: both;
	height: 20px;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}
div#left {
	float: left;
	width:370px;
}
div#right {
	float: right;
	width:208px;
	text-align: right;
	margin-right: 20px;
}

span#cd {
	margin-left: 15px;
	color: #179eb6;
}
span#web {
	color: #9c9fa0;
}
span#mail {
	text-align: right;
	color: #179eb6;
}
span#mail a, a:visited {
	color: #179eb6;
}
span#mail a:hover {
	color: #222;
}
.hidden {
	display: none;
}