html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*MAINSTYLE*/

body, html {
	margin: 0;
	padding: 0;
	height: 100&;
	overflow: hidden;
	font-family: Helvetica, Arial, Sans-Serif;
}

#main {
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: move;
	z-index: 1;
}

#header {
	height: 160px;
	background: url('http://stuartsemple.com/history/pictures/semi-trans.png');
	width: 100%;
	text-align: center;
	z-index: 10;
	position: fixed;
	top: 0px;
}

#header h1 {
	background: url('http://stuartsemple.com/history/pictures/top.png');
	width: 303px;
	height: 98px;
	margin: 0 auto;
	text-indent: -10000px;
}

#buy-button {
	background: url('http://stuartsemple.com/history/pictures/Buy-Button.png');
	width: 500px;
	height: 21px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	margin: 0 auto;
}

#buy-button:Hover {
	background-position: bottom;
}

#footer {
	background: url('http://stuartsemple.com/history/pictures/semi-trans.png');
	height: 66px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	z-index: 10;
}

#comment-link {
	height: 26px;
	width: 173px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	
}

#comment-link a {
	background: url('http://stuartsemple.com/history/pictures/comment.png');
	height: 26px;
	width: 173px;
	text-indent: -10000px;
	display: block;
}

#embed-link {
	height: 26px;
	width: 105px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	
}

#embed-link a {
	background: url('http://stuartsemple.com/history/pictures/embed.png');
	height: 26px;
	width: 105px;
	text-indent: -10000px;
	display: block;
}


#comment-link a:Hover, #embed-link a:Hover, #share-link a:Hover {
	background-position: bottom;
}

#footer ul#mainlist {
	width: 318px;
	margin: 0 auto;
	margin-top: 20px;
}

#instructions {
	width: 400px;
	height: 230px;
	background: url('http://stuartsemple.com/history/pictures/semi-trans.png');
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -115px;
	margin-left: -200px;
	z-index: 10;
}

#embed {
	width: 330px;
	height: 180px;
	background: url('http://stuartsemple.com/history/pictures/semi-trans.png');
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -160px;
	z-index: 10;
	display: none;
	text-align: center;
}

#embed h3 {
	width: 308px;
	height: 63px;
	background: url('http://stuartsemple.com/history/pictures/embed-title.png');
	display: block;
	margin: 10px;
	text-indent: -10000px;
	overflow: hidden;
}

#instructions span {
	width: 386px;
	height: 139px;
	background: url('http://stuartsemple.com/history/pictures/instructions.png');
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;

}

#instructionsclick {
	display: block;
	width: 120px;
	height: 20px;
	text-align: center;
	color: #505050;
	background: #fff;
	border-bottom: none;
	border-left: none;
	position: fixed;
	top: 0px;
	right: 0px;
	text-decoration: none;
	display: none;
}

#instructionsclick:Hover {
	color: #000;
	background: #C0C0C0 ;
}

#comments {
	width: 440px;
	height: 365px;
	background: url('http://stuartsemple.com/history/pictures/semi-trans.png');
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -220px;
	margin-top: -150px;
	display: none;
	overflow-y: scroll;
}

#sharelist {
	width: 350px;
	margin: 0 auto;
	margin-top: 10px;
}

#sharelist li {
	float: left;
}

.closebutton {
	display: block;
	text-indent: -10000px;
	background: url('http://stuartsemple.com/history/pictures/close.png');
	width: 22px;
	height: 22px;
	overflow: hidden;
	float: right;
	margin-right: 4px;
	margin-top: 4px;
}

#thinglink-link {
	width: 87px;
	height: 30px;
	display: block;
	text-indent: -10000px;
	background: url('http://stuartsemple.com/history/pictures/thinglink.png');
	position: fixed;
	right: 10px;
	bottom: 70px;
	z-index: 12;
}