div#mpv_header{
	display:block;
	height:180px;
	width:755px;
	overflow:hidden;
}

div#monthName{
	padding-top:5px;
	text-transform:capitalize;
}

div#mpv_wrapper{
	background-image:url('images/calendar_back.jpg');
	width:755px;
	overflow:hidden;
	min-height:460px;
	background-repeat:no-repeat;
	text-align:center;
}

div#mpv_calendar{
	width:610px;
	margin:auto;
	padding:5px;
}

div#mpv_calendar_inner{
	border:5px #FFF solid;
	background-color:#000037;
}

div#mpv_spacer{
	width:100px;
	height:10px;
	display:block;
}

img{
	border:none;	
}

div#mpv_download_button{
	width:730px;
	text-align:center;
}

div#mpv_info_wrapper{
	background-image:url('images/info_back.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:200px;
	width:730px;
	display:block;
}

div#mpv_info{
	width:610px;
	margin:auto;
	padding:5px;
}

div#mpv_info_inner{
	border:5px #FFF solid;
	background-color:#000037;	
	min-height:150px;
	text-align:left;
}

div#mpv_description{
	padding:10px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

div#mpv_description a{
	color:#FFFF00;
	text-decoration:none;
}
