/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ccc;
}

body {
	background: #333;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
}

#wrapper {
	position: relative;
	width: 600px;
	height: 450px;
	margin: 0 auto;
	background-image: url(images/home2.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	top: 200px;
	width: 100%;
}

/* Menus */
#menu {
	width: 100%;
	top: 25px;
	color: #ccc;
}

#menu ul {
	font-size: 30px;
	color: #ccc;
	text-align: center;
	width: 100%;
}

#menu ul li {
	list-style: none;
}

#menu ul li a:link, .menu ul li a:visited {
	font-size: 30px;
	color: #ccc;
	text-align: center;
}

#menu ul li a:hover, #menu ul li a:focus {
	font-size: 30px;
	color: #4F9ED1;
	text-align: center;
	letter-spacing: 3px;
}

#content h1 {
	font-size: 34px;
	color: #fff;
	text-align: center;
}

#content p {
	font-size: 16px;
	color: #ff9900;
	text-align: center;
}
