/* CSS Document */

#header, #navbar, #search, #right {
	display: none;
}

body {
	background: #FFF;
	width: auto;
	margin: 0px -10px 0px -10px;
}

p.text {
	font-size: 1.2em;
}

#article {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}