/* @override http://thank-you-starbase-atlantis.net-at-hand.com/stylesheets/design/153.css */

/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group My Group */

html {
	background: #470fb2;
}

body {
	width: 900px;
	background: url(/stylesheets/design_images/153/thanks.jpg) top left no-repeat;
	margin: 0 auto;
}
#content {
	position: relative;
}
#text {
	position: absolute;
	left: -10000px;
}
.slideshow {
	position: absolute;
	background: black;
	width: 294px;
	height: 392px;
	left: 560px;
	top: 222px;
	overflow: hidden;
}
#description {
	padding: 630px 40px 40px 40px;
	color: white;
}
a:link,
a:visited {
	color: #6eb5ff;
}

/* @end */