#logo {
	position: relative;
	padding: 15px;
	left: 700px;
	width: 75px;
	}
	#logo a	{
		text-decoration: underline;
		padding: 5px;
		}
		#logo a:hover {
		color: red;
		font-weight: 700;
		}

#page {
	position: relative;
	left: 20px;
	top: 40px;
	height: 300px;
	width: 420px;
	}
	#page h1 {
		text-align: center;
		}
		#page .notes {
			font-size: 12px;
			text-align: center;
			}

#specs {
	position: absolute;
	top: 80px;
	left: 460px;
	width: 460px;
	padding-right: 10px;
	}
	#specs h2 {
		text-align: center;
		font-size: 20px;
		margin-top: 30px;
		color: white;
		}
		#specs p {
			font-size: 13px;
			text-align: center;
			}
			#specs a {
				text-decoration: underline;
				}
				
#copy {
	position: relative;
	top: 20px;
	height: 340px;
	overflow: auto;
	}
	#copy h2 {
		text-align: center;
		font-size: 18px;
		text-decoration: underline;
		}
		#copy h3 {
			font-size: 15px;
			margin-top: 10px;
			text-decoration: underline;
			}
			#copy ul {
				font-size: 13px;
				line-height: 1.5;
				padding: 20px;
				}
				