html { 
	padding: 0px;
	margins: 0px;
	}

img { 
	display: block;
	border: 0px; 
	} 

body {
	background-position: center top; 
	background-repeat: repeat-x; 
	background-image: url("../images/body-bg.gif"); 
	background-color: #80ff00;
	font-family: verdana; 
	font-size: 12px;
	color: #666;
	margin: 0px;
	}
	
#mj-logo {
	position: absolute;
	float: left;
	width: 140px;
	height: 120px;
	padding: 83px 0px 0px 37px;
	}
	
#container {
	width: 700px;
	margin: 0px auto;
	}
	
#top-nav {
	width: 700px;
	height: 150px;
	}
	
#footer {
	width: 700px;
	height: 125px;
	text-align: center;
	}
	
#footer-buttons {
	width: 700px;
	height: 26px;
	padding: 15px 0px 15px 0px;
	}
	
img.parents-button {
	float: left;
	padding-left: 240px;
	}
	
img.tv-schedule-button {
	float: left;
	padding-left: 10px;
	
	}
	
#footer p,
#footer-text-page p{
	color: #008015;
	font-size: 12px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	}













a {
	outline: none;
	}

#footer a.linkcolor1:link,
#footer a.linkcolor1:visited,
#footer-text-page a.linkcolor1:link,
#footer-text-page a.linkcolor1:visited {
	color: #008015; 
	text-decoration: underline;
	} 

#footer a.linkcolor1:hover,
#footer a.linkcolor1:active,
#footer-text-page a.linkcolor1:hover,
#footer-text-page a.linkcolor1:active {
	color: #29ad0f; 
	text-decoration: underline;
	}
	
a.linkcolor1:link,
a.linkcolor1:visited {
	color: #ff7f00; 
	text-decoration: none;
	} 

a.linkcolor1:hover,
a.linkcolor1:active {
	color: #ffbf7f; 
	text-decoration: none;
	} 
	



