@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
}

body, html {
	/*background: #000000;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	height:100%;
}


a, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	color: #FFFFFF;
}

img {
	border: none;
}

p {
	color: #999999;
	font-size: 0.6em;
}

div.outer {
	height: 100%;
	width: 100%;
	
}
#megazine {
	
	height: 100%;
	outline: none;
	width: 100%;
}

