@charset "UTF-8";
/* formatting style
-----------------------*/

* {
	font-style: normal;
	font-family: sans-serif;
	text-decoration: none;
}
a:visited {
	color: #0CC;
	font-family: sans-serif;
	font-style: normal;
	text-decoration: none;
	list-style: none;
}
a:hover {
	color: #F9C;
	text-decoration: none;
}
a:active {
	color: #FF0;
	left: +1px;
	top: +1px;
	position: relative;
	text-decoration: none;
}


/* basic layout
-----------------------*/
#nMovie {
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
}
body ul {
	font-family: sans-serif;
	color: #0CC;
	list-style: none;
	font-size: 11px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	clear: both;
	position: relative;
	text-align: center;
	width: 900px;
	font-style: normal;
	letter-spacing: 2px;
	white-space: normal;
	word-spacing: 25px;
}
