/* Stylesheet name:
   Author: OH! Media - www.ohmedia.ca
   More Info: */

/* reset */
html{
	color:#cccccc;
	background:#000;
	line-height:150%;
	font-family:Arial;
	font-size:12px;
}

a:active, a:focus {
    outline: 0;
}

#wrap {
	width:551px;
	margin:0 auto;
}

#wrap_south {
    width:840px;
    margin:0 auto;
    text-align:center;
}

#movie {
	width:364px;
	height:268px;
	background:#373737;
	margin:41px auto;
	position:relative;
	padding:8px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

#location {
    text-align:center;
}

#container {
    position:absolute;
    top:10px;
    right:10px;
}

#countdown {
    width:600px;
    margin:0px auto 0px auto;
}

#content {
    width:840px;
    margin:0 auto;
}

#nav {
	width:282px;
	margin:0 auto;
}

#south-btn {
	width:141px;
	height:69px;
	background:url(images/south-btn.gif) no-repeat 0 0;
	display:block;
	float:left;
	margin:4px 0 0 0 ;
}

#north-btn {
	width:141px;
	height:70px;
	background:url(images/north-btn.gif) no-repeat 0 0;
	display:block;
	float:left;
}

#south-btn:hover {
	background-position:0 -80px;
}

#north-btn:hover {
	background-position:0 -83px;
}

.clear {
	clear:both;
}

img.logo {
	margin:30px 0 0 0;
}

img.change {
	width:249px;
	margin:32px auto 0 auto;
	position:relative;
	left:15px;
}