/* Feel free to borrow and modify this code        */


* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
}

#canvas {
	background: #edf3e5;
	height: 100%;
	width: 100%;
}

#topspacer {
	height: 33%;
}

#content { 
	width: 550px;
	text-align: left;
	margin: auto;
	padding: 10px;
	font-family: arial, helvetica, sans-serif;
}

#content a {
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
}

#content a:hover { 
	text-decoration: none;
	color: #edf3e5; 
	background-color: #ff0000;
}

#content p { 
	font-size: 12px; 
	line-height: 16px;
	color : #000000; 
}

#content img {
	float: left;
	margin: 0px 10px 0px 0px;