@charset "utf-8";
/* CSS Document */

/* GLOBAL Styles */
*, html  {
margin:0;
padding:0;
font-size:100%;
color:#290606;
}

object {
outline:none;	
}

body {
font-size:62.5%;
background-color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

img {border:none}

a {
border:none;
text-decoration:none;
}

/* end GLOBAL Styles */

#mainpage {
margin: 50px auto;
height:100%;
width:900px;
background-color:#000;
}

#title {
height:100%;
Width:900px;
}

#title h1 {
	text-align:center;
	font-size:18px;
	color:#fff;
}

#title p {
	padding:10px;
	text-align:center;
	font-size:12px;
	color:#fff;
}

#title h5 {
	color:#e91a1b;
}

#title h6 {
	color:#0c22a7;
}

#title a {
	padding:10px;
	text-align:center;
	font-size:12px;
	font-weight:bolder;
	color:#fff;
}

#title a:hover {
	color:#0c22a7;
}
