html,body {
	height: 100%;
	margin:0;
	padding: 0;
}

body {
	background-color: #666;
	font-family: "Trebuchet MS",Arial;
	font-size: 100%;
	color:#FFF;
}

img {
	-webkit-box-shadow: 0px 0px 2px 4px #555;
	-moz-box-shadow: 0px 0px 2px 4px #555;
	-ms-box-shadow: 0px 0px 2px 4px #555;
	box-shadow: 0px 0px 2px 4px #555;
	margin-bottom: 25px;
}

h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 2.30em;
	padding-bottom: 15px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover,a:focus {
	text-decoration: underline;	
}