/**
 * css for Personal movie 
 * Description: overwrite and add some styles
 * author: Mario Diaz
 * Project: speedex
 */
 
 
h1 {
	font-size: 24px;
	margin-left: 33px;
	width: 900px;
	margin-bottom: 19px;
}
 
div#header {
	height: auto;
	min-height: auto;
	margin-bottom: 0px;
}

div#container {
	height: auto;
	min-height: 100px;
}

div#flash_large {
	width: 940px;
	margin-bottom: 15px;
	margin-left: 13px;
	height: 500px;
	margin-top: -10px;
}



div#footer {
	height: auto;
	background: #FFF;
	width: 900px;
	padding-bottom: 9px;
}

div#movie_footer_servicenavi, div#movie_footer_icons {
	float: left;
}

div#movie_footer_servicenavi {
	margin-left: 4px;
}

* html div#movie_footer_servicenavi {
	width: 150px;
}

div#movie_footer_icons {
	padding-top: 1px;
	margin-left: 5px;
	width: 300px;
	
}

div#movie_footer_www {
	float: right;
	padding-right: 2px;
}

div#footer a {
	color: #000;
}

div#footer ul.servicenavi a {
  	border: 0;
  	padding: 0 14px 0 0;
  	float: none !important; /*For Opera*/
  	float: left; /*For IE*/
  	display: block;
  	height: auto !important;
  	height: 1%; /*For IE*/
  	width: auto;
  	color: #000;
}

div.sn_icon {
	width: 22px;
	float: left;
}


