/* CSS RESET */
* {
	margin: 0;
	padding: 0;
}
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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

/* CSS MAIN */
a {
	border: 1px;
	color: white;
}
body {
	background-color: #000000;
	text-align: center;
}
#container {
	height: 600px;
	left: 50%;
	margin-top: -300px;
	margin-left: -449px;
	position: absolute;
	top: 50%;
	width: 900px;
}
img {  
	border: none;
}
.picbox {
	position: relative;
	width: 900px;
	height: 600px;
	color: white;
	list-style-type: none;
	z-index: -1;
	margin-top: 0px;
	margin-left: 0px;
}
#rollovers {
	position: relative;
	height: 42px;
	margin-top: 5px;
	margin-left: 750px;
	width: 151px;
}
#rollovers a {
	float:left;
	text-indent:-10000px;
	position:relative;
	cursor:pointer;
}
#rollovers a.picasa {
	background:url(../img/picasa.png) no-repeat; 
	height: 42px; 
	width: 42px;
}
#rollovers a.youtube { 
	background:url(../img/youtube.png) no-repeat; 
	height: 42px; 
	width: 67px;
}
#rollovers a.itunes { 
	background:url(../img/itunes.png) no-repeat; 
	height: 42px; 
	width: 42px;
}
#thankyou {
	height: 100px;
	margin-left: 685px;
	margin-top: -630px;
	position: absolute;
	width: 197px;
}
#thankyou a.thankyou {
	background:url(../img/thankyou.png) no-repeat; 
	float: left;
	height: 100px;
	width: 197px;
}
