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

body {
	background:url(apple.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#160100;
}
#container {
height:800px;
margin: 20px auto;
text-align:center;
}
h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:36px;
color:#FFFFFF;
}
p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#999999;
}
a {
color:#ccc;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}