@charset "utf-8";
#container {
	height: 100%;
	width: 100%;
}
#buy {
	height: 30px;
	width: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	position: absolute;
	top: 160px;
	left: 25px;
}

#wrapper {
	height: 100%;
	width: 800px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#main_copy {
	font-family: Tahoma, Geneva, sans-serif;
	position: absolute;
	top: 510px;
	text-align: center;
	height: auto;
	width: 800px;
	left: 0px;
}
#menu {
	font-family: Tahoma, Geneva, sans-serif;
	width: 400px;
	position: absolute;
	left: 220px;
	top: 595px;
}
A:link {text-decoration: none; color: red;}
A:visited {text-decoration: none; color: red;}
A:active {text-decoration: underline; color: red;}
A:hover {text-decoration: underline; color: red;}
