@charset "UTF-8";
/* CSS Document */

/* RESET 
-------------------------------------------- */
* {
	margin:0px;
	padding:0px;
	letter-spacing:0px;
}


/* GLOBAL FONTS 
-------------------------------------------- */
html {
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
	font-size:13px;
	line-height:17px;
	text-align:left;
}

h1 {
	display:block;
	width:332px;
	height:52px;
	text-indent:-9999em;
	font-size:32px;
	line-height:28px;
	overflow:hidden;
	background: url('../img/hdr-1.png') 0px 0px no-repeat;
	margin:0 0 12px 0;
}

p {
	display:block;
	width:248px;
	height:51px;
	text-indent:-9999em;
	font-size:16px;
	line-height:18px;
	overflow:hidden;
	background: url('../img/copy.png') 0px 0px no-repeat;
	margin:16px 0 0 0;
}

a.shop {
	display:block;
	width:89px;
	height:13px;
	text-indent:-9999em;
	font-size:16px;
	line-height:18px;
	overflow:hidden;
	background: url('../img/click.png') 0px 0px no-repeat;
	margin:4px 0 23px 0;
}

a.shop:hover {
	background: url('../img/click.png') 0px -13px no-repeat;	
}

a.back {
	display:block;
	width:171px;
	height:13px;
	text-indent:-9999em;
	font-size:16px;
	line-height:18px;
	overflow:hidden;
	background: url('../img/link.png') 0px 0px no-repeat;
}

a.back:hover {
	background: url('../img/link.png') 0px -13px no-repeat;	
}

/* STRUCTURE
-------------------------------------------- */
.wrapper {
 	width:100%;
	height:100%;
	margin:0px;
	position:absolute;
	top:0px;
	left:0px;
	_margin-top:80px;
 }
 
.content {
 	width:520px;
	height:525px;
	margin:0 auto;
	position:relative;
	text-align:left;
	z-index:2;
	clear:left;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-262px; /* half of container's height */
	float:left;
}

.video {
	width:500px;
	height:315px;
	padding:10px;
	background:#fff;
	margin:0px;
}

