html, body{
    height:100%;
}

a img { border:none } /* remove blue borders (IE) */
a:focus { outline: none; }
body{
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	background-repeat:no-repeat;
	background-color:black;
	background-position:center top;
}
body a{
	color: #00A28B;
	text-decoration: none;
	/* smooth transitions */
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body a:hover{
	color:white;
}
body p{
	margin: 0px 0px 10px 0px;
}

div#content{
	color: white;
	margin-left:20px;
	margin-top: 20px;		
}

#content p{
	font-size: 0.8em;
}

div#home-image{
	background-image: url('../images/sun.jpg');
	width:160px;
	height:160px;
	
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}
