body {	background-image: url(background.jpg);	background-attachment: fixed;	background-size: cover;	*margin: 1%;	font-size: 20px;}a:link {	font-weight: normal;	color: #be0605;	text-decoration: none;}a:hover {	color: #be0605;	font-weight: normal;	text-decoration: underline;}a:visited {	font-weight: normal;	color: #be0605;	text-decoration: none;}#conteiner {	width: 900px;	margin: 0 auto;	*border: 1px solid #000000;	background-image: url(conteiner.png);}#top {	width: 900px;	height: 607px;	*background-image: url(top.png);	text-align: center;	*border-top-left-radius: 3px;    *border-top-right-radius: 3px;    *border-bottom-left-radius: 3px;    *border-bottom-right-radius: 3px;}#main {	width: 750px;	margin: 0 auto;	padding: 25px;	margin-top: 15px;	*margin-left: 50px;	background: #FFFFFF;	*background-image: url(top_background2.jpg);	border: 2px solid #be0605;	position:relative;	*float: left;	border-top-left-radius: 3px;    border-top-right-radius: 3px;    border-bottom-left-radius: 3px;    border-bottom-right-radius: 3px;	text-align: justify;}#footer {	*width: 900px;	*height: 50px;	**background: #FFFFFF;	*text-align: center;	*margin-top: 10px;	*clear: both;	*border-top-left-radius: 3px;    *border-top-right-radius: 3px;    *border-bottom-left-radius: 3px;    *border-bottom-right-radius: 3px;}