@charset "UTF-8";
/* CSS Document */

body
{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-color: #646464;
	
}

#copyright
{
margin-left: auto;
margin-right: auto;
width: 950px;
}

#copyright p
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #888;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	padding: 0;
}


#navlist li{
	display: inline;
	list-style-type: none;
	padding: 15px;
	
}


#img_hello {

padding: 15px;
}