* {
	margin: 0;
	padding: 0;
}

body {
	background: #e1e1e2 url('bg_intro.jpg') repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3c3b3b;
}

a:link {
	color: #727272;
	text-decoration: none;
}

a:hover, a:active {
	color: #727272;
	text-decoration: none;
}

a:visited {
	color: #727272;
	text-decoration: none;
}

a:visited:hover {
  color: #727272;
  text-decoration: none;
}

a:active {
  color: #727272;
  text-decoration: none;
}

img {
	border: none;
}

#main {
width: 900px;
height: 520px;
margin: 0 auto;
padding: 0px 0 0 0;
}

#main p {
color: #605e5d;
text-align: center;
margin-right: 10px;
font-size: 15px;
}

#footer {
width: 900px;
height: 20px;
margin: 0 auto;
padding: 0px 0 0 0;
}

#footer p {
color: #605e5d;
text-align: center;
margin-right: 10px;
font-size: 12px;
}