body {
     max-width: 208px;
     margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font: normal 11px 'Geneva', Tahoma, sans-serif;
	color: #555;
	text-align: left;
}
a {
	background: inherit;
	color: #069;
	text-decoration: none;
}

a:hover {
	background: inherit;
	color: #066;
	text-decoration: underline;
}

#header {
	background-image: url(../images/logo_vitamina.jpg);
	background-repeat: no-repeat;
}

.headerphoto {
	display: none;
}