* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Lucida Console", Monaco, monospace;
    font-size: 22px;
	background: #333333;
}

a:link {
	color: #006699;
}

a:visited {
	color: #006699;
}

a:hover {
	color: #FF6633;
}

a:active {
	color: #FF0000;
}

h1 {
	font-size: 50px;
	padding: 10px;
	text-align: center;
}

p {
    padding: 10px;
	text-align: center;
}

#wrap {
    margin: 0 auto;
    width: 1000px;
	background: #FFF;
}

#bar {
    float: left;
    width: 1000px;
    background: #FFF;
}

#content {
    float: left;
    width: 1000px;
	background: #FFF;
	background-image: url('back.png');
	background-repeat: repeat-x;
	background-position: center top;
}