* {
	margin: 0px;
	padding: 0px
	}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #727272;
	background: black url("cubes.gif");
	}

#header {
	text-align: center
	}


#m {
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 75%
	}

#footer {
	text-align: center;
	font-size: 75%
	}

a {
	text-decoration: none;
	color: #727272
	}

a.current {
	color: orange
	}

a:hover {
	color: white
	}

p {
	margin: 5px
	}

p a {
	border-bottom: 1px dotted #333333
	}

iframe {
	height: 449px;
	width: 800px;
	border-bottom: 1px solid #727272;
	margin: 5px
	}
