/* CSS Document */
body {
  padding: 0;
	margin: 0;
	text-align: center;
  background: #2bbecf;
	background-image: url('images/bg-four-beats w100.jpg');
  background-repeat: repeat;
  }
	
div#main {
  -moz-box-sizing: border-box;
	display: block;
	background-color: #2bbecf;
	width: 760px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px solid #000000;
	border-top: 0;
	border-bottom: 0;
	}
  
/*
 * ----------------------------------------------------------------------
 * MyFirstWebPage.net specific style specifications
 * Leave this section at the end
 * ----------------------------------------------------------------------
 */

.MFWPNlogo {
  font-family: 'courier new';  
  font-weight: bold; 
  }
a.MFWPNlogo {
    text-decoration: none;
	}
a:link.MFWPNlogo { 
  }
a:active.MFWPNlogo { 
  }
a:visited.MFWPNlogo { 
  }
a:hover.MFWPNlogo { 
  background: none !important;
  text-decoration: underline !important;
  }
