/*

{
	width:;
	height:;
	background:;
	color:;
	border:;
	font-family:;
	font-size:;
	font-weight:;
	text-decoration:;
	text-align:;
	text-indent:;
	line-height:;
	vertical-align:;
	margin:;
	padding:;
	display:;
	float:;
	clear:;
	position:;
	z-index:;
}

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #000000;
	background: transparent url('../images/layout/website.fundotile.png');
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #555753;
}

a:hover {
	text-decoration: underline;
}