* {
	margin:0;
	padding:0;
	background-repeat:no-repeat;
}
body {
	background-color:#d2d2d2;
	background-image:url(/includes/background.jpg);
	background-position:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.4;
	color:#E7EB07;
}
#container {
	width:600px;
	margin:0 auto;
}
#hello {
	background-image:url(/includes/hello.png);
	background-position:center;
	height:195px;
	width:100%;
}
#little_thing {
	background-image:url(/includes/little_thing.png);
	background-position:center;
	width:100%;
	height:29px;
}
#about_me {
	background-image:url(/includes/about_me2.png);
	background-position:center top;
	height:176px;
	margin-bottom:20px;
	margin-top:15px;
	width:100%;
}
#websites {
	width:491px;
	height:100px;
	margin:0 auto;
}
#fancy_websites {
	background-image:url(/includes/fancy_websites.png);
	background-position:center top;
	width:230px;
	height:191px;
	float:left;
	margin-left:9px;
	margin-right:33px;
}
#amazing_websites {
	background-image:url(/includes/amazing_websites.png);
	background-position:center top;
	width:219px;
	height:191px;
	float:left
}
.item ul {
	width:auto;
	font-size:1.5em;
	line-height:0;
	margin-top:78px;
}
.item li {
	list-style-type:none;
	margin-left:5px;
	padding:5px;
	margin-bottom:5px
}
.item a {
	color:#000;
	padding:5px 10px 5px 5px;
	width:auto;
	text-decoration:none
}
.item a:hover {
	color:#200210
}