/*
 * CHATEAU ROUX
 *
 * Subject to copyright.
 * 
 * E-Commerce & Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 * 
 * Flash & Web Design by Two
 * mailto: info@twodesign.co.uk
 * http://www.twodesign.co.uk
 *
 */

/* GLOBAL STYLES */

html {
	height: 100%;
}
body {
	height: 100%;
	overflow: visible;
}

body {
	font-family: arial, helvetica, san-serif;
	font-style: normal;
	font-size: 10px;
	padding: 0;
	margin: 0;
}

a {
	font-family: arial, helvetica, san-serif;
	text-decoration: underline;
	color: #999;
}
a:hover {
	color: #333;
}

/* PAGE STYLES */

#fullscreen {
	height: 1px;
	position: absolute;
	width: 100%;
	top: 50%;
	overflow: visible;
	text-align: center;
}

#content {
	text-align: left;
	position: relative;
	top: -303px;
	width: 915px;
	margin: 0 auto;
}

#movie {
	width: 915px;
	height: 605px;
}

#links {
	margin: 0;
	padding: 0;
	width: 915px;
	text-align: right;
	list-style: none;
}
#links li {
	margin: 0;
	padding: 0;
	padding-left: 8px;
	display: inline;
}

