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

body {
	background:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
}

#wrapper {
	width:760px;
	margin:auto;
	background:url(../images/poppy.jpg) right top no-repeat;
}

#wrapper-other-poppy {
	width:760px;
	margin:auto;
	background:url(../images/poppy_thing.jpg) right top no-repeat;
}

#wrapper-no-poppy {
	width:760px;
	margin:auto;
}

a{
	color:#FFF;
	font-size:18px;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size:32px;
	color:#F00;
}
