body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: no-repeat;
	background-color: #14294c;
}
* {margin:0;
}
#site{
width:1000px;
height: 623px;
margin:0 auto;
background-image:url(layout/layout_home.jpg);
background-repeat:no-repeat;
}
#cabetransparente{
	width:1000px;
	height:270px;
	float: left;
}
#menu{
	width:200px;
	height:270px;
	float: left;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}

#boxhome{
	width:190px;
	height:150px;
	float:left;
	z-index:1;
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 135px;
	color: #FFF;
}
h1{
	color: #FFF;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#rodapehome{
	width:193px;
	height:31px;
	float: right;
	padding-top: 300px;
	padding-right: 40px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img {border:none}
