body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
 
body{
	background-color:#172351;
	min-width:900px;
}

#wrapper{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
  
h1{
	color:white;
	font-family:lucida Grande;
	font-size:148%;
	font-style:italic;
	font-weight:bold;
	margin-left:230px;
	margin-top:100px;
	position:absolute;
}

#logo{
	background-image:url("../images/logo.jpg");
	background-repeat:no-repeat;
	height: 230px;
	width:125px;
	float:left;
	margin-top:35px;
}

#background-logo{
	background-image:url("../images/logo-background.jpg");
	background-repeat:no-repeat;
	height:520px;
	width:340px;
	float:right;
	opacity:0.1;
	filter:alpha(opacity=10);
}

#content {
	color:white;
	font-family:lucida Grande;
	font-size:155%;
	font-style:italic;
	margin-top:-230px;
	position:absolute;	
}

#contacts{
	background-color:white;
	height:120px;
	margin-top:30px;
	font-family:lucida Grande;
	font-style:italic;
	color:#172351;
	font-weight:bold;
}
#contacts a{
	color:#172351;
}

#frase{
	margin-left:10%;
	padding-top:10px;
}
#tlm-contact{
	float:left;
	margin-left:10%;
	margin-top:3%;
}

#email-contact{
	float:left;
	margin-left:23%;
	margin-top:3%;
}

#address-contact{
	float:right;
	margin-right:10%;
	margin-top:3%;
}

#footer{
	margin-top:15px;
	margin-right:10%;
	text-align:right;
	font-family:lucida Grande;
	font-style:italic;
	color:white;
}