/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333
}

p {
    padding: 10px;
}

p2 {
	font-size: 36px;
	text-align: center;
	padding: 150 px;
	color: #fff;
}


IMG.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	margin-bottom: 50px;
}
	
#wrapper {
    margin: 0 auto;
    width: 1000px;
}

#header {
	height: 50px;
	width: 1000px;
	background: #19FFF7;
}

#content {
	background-image: linear-gradient(to left, rgba(4,199,10,1) 0%, rgba(46,93,232,1) 100%);
	width: 1000px;
	float: left;
	height: 500px;
}

#footer {
    height: 40px;
    width: 1000px;
    background: #00FF11;
    clear: both;
}
