		* { margin: 0; padding: 0; border: 0; }

		html, body {
		color: #000;
		font-family: verdana,arial,sans-serif;
		}

		#main { 
		width: 760px;
		height: 500px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -250px;
		margin-left: -380px;
		border: 1px solid black;
		background: url(bottomRight.jpg) no-repeat bottom right;
		}

		h1 {
		margin-top: 50px;
		margin-left: 75px;
		}

		.p {
		margin-top: 50px;
		margin-left: 75px;
		}

		#sub {
		margin-top:	150px;
		margin-left: 5px;
		}

		a, a:link, a:active, a:visited {
		color: blue;
		text-decoration: underline;
		}

		a:hover {
		color: red;		
		text-decoration: underline;
		}

		#bar {
		width: 100%;
		height: 20px;
		position: absolute;
		top: 0;
		background: url(topBack.jpg) repeat-x;
		border-bottom: 1px solid #000;
		text-align: center;
		}

		#bar p {
		font-size: 12px;
		margin-top: 2px;
		}