/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background: #000;
	margin: 0px; padding: 0px;
}


a {
	text-decoration: none;
}

a img {
	border: 0px;
}

/* specific elements */

#container { 
width: 1200px;
height: 850px;
position: absolute;
top: 30px;
left: 50%;
margin-left: -600px;
text-align: left; /*offset the ie center*/
background-repeat: no-repeat;
}


#Welcome li { 
	display: block;
	width: 370px;
	height: 200px;
	position: absolute;
	top: 195px;
    left: 195px;
    font-family: Arial, sans-serif;
	color: #000000;
	font-size: 1.05em;
}

#IMDB li { 
	display: block;
	width: 100px;
	height: 50px;
	position: absolute;
	top: 575px;
    left: 900px;
    font-family: Arial, sans-serif;
	color: #000000;
	font-size: 1.1em;
}

#Demo {
	position:absolute;
	top: 200px;
    left: 635px;
	width: 350px;
	height: 275px;
}	
