/* basic elements */
html {
	margin: 0;
	padding: 0;
}
body {
	background-attachment: fixed;
	background-image: url(img/celia/celia20080428.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	margin: 0; 
	padding: 0;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
}
a:link {
	color: #555555;
	text-decoration: none; 
}
a:visited {
	color: #555555;
	text-decoration: none; 
}
a:active, a:hover {
	color: #555555;
	text-decoration: underline; 
}
h1 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	margin-bottom: 10px;
}
	
	
/* specific divs */ 
#container {
	width: 250px;
	float: none;
	padding-top: 100px;
	padding-left: 55%;
	text-align: right;
}
#title {
	font-size: 24px;

}
#menu {
	font-size: 18px;
}
#footer {
	font-size: 12px;
	padding-top: 120px;
}
