* {
	margin: 0; padding: 0;
	}

body {
	font: 14px/18px "HelveticaNeue-Light", sans-serif;
	position: relative;
	}

#container {
	width: 400px; margin: 48px auto 0 auto;
	text-align: center;
	}
				
	
#description {
	text-align: left;
	}
	
#description span {
	margin: 5px;
	display: block;
	}

#description img {
	display: block;
	margin: 0 auto;
	}
	
#buynow {
	text-align: center;
	font-size: large;
	}
	
a:hover {
	background: blue;
	color: #FFF;
	}

h2 {
	font: 24px/28px "HelveticaNeue-Light", sans-serif;
	}
	
#search {
	margin: 60px auto 0 auto;
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	}

input#field-keywords, input#button {
	display: block;
	margin: 10px auto;
	}

input#field-keywords {
	color: blue;
	font-size: xx-large;
	}

input#button {
	}
	
h1 {
	top: 0px;
	left: 0px;
	position: fixed;
	font-weight: normal;
	font: 48px/48px "HelveticaNeue-Light", sans-serif;
	text-transform: uppercase;
	}
	
h1 a {
	color: #fff;
	display: block;
	text-decoration: none;
	background-color: rgb(180, 20, 0);
	text-shadow: 0px 0px 1px rgb(180, 20, 0);
	padding: 0 5px;
	color: #fff;

	}
	
h1 a:hover {
	background-color: blue;
	text-shadow: 0px 0px 1px blue;
	}

	
div#about {
	top: 0px;
	right: 0px;
	position: fixed;
	font: 18px/18px "HelveticaNeue-Light", sans-serif;
	text-transform: lowercase;
	}
	

