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

::selection {
	background-color:#F00;
	color:#FFF;
}

.title {
	text-align: centre;
	margin-bottom: 10px;
	padding: 10px;
	padding-left:20px;
	color: #00F;
	font-size: 48px;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	position: fixed;
	left:20%;
	bottom: 10px;
}

.about {
	background-color:#FFF;
	padding: 5px;
	color: black;
	width:250px;
	bottom: 45px;
	display:block;
	clear:both;
	margin-right:auto;
	margin-left:auto;
	margin-top:50px;
}

.about p {
	margin-top: 0px;
	margin-bottom:5px;
	line-height: 18px;
}

.nav {
	width:490px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-100px 0 0 -150px;;
}

.cu {
	width: 100px;
	display: block;
	margin: 5px;
	padding: 6px;
	text-align: center;
	background-repeat: repeat;
	float: left;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #333;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial,sans-serif;
	font-size:12px;
}
p#vtip {
	display: none;
	position: absolute;
	max-width: 120px;
	padding: 6px;
	left: 5px;
	font-size: 12px;
	background-color: #F00;
	z-index: 9999;
	color: white;
}
