/*-------------------------
	Simple reset
--------------------------*/


{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	background:url('../img/tile_bg.jpg') #b0b0b0;
	background-image: -webkit-radial-gradient(center, 50% 60%, #ECECEC, #b0b0b0);
	background-image: -moz-radial-gradient(center, 50% 60%, #ECECEC, #b0b0b0);
	background-image: -ms-radial-gradient(center, 50% 60%, #ECECEC, #b0b0b0);
	background-image: -o-radial-gradient(center, 50% 60%, #ECECEC, #b0b0b0);
	background-image: radial-gradient(center, 50% 60%, #ECECEC, #b0b0b0);
	position:relative;
}

body{
	min-height: 600px;
	padding: 50px 0 0;
	font:14px/1.3;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color: #A03838;
}

a:hover{
	text-decoration:underline;
	color: #666666;
}

section, footer{
	display: block;
}


/*----------------------------
	Main Section
-----------------------------*/


#remember{
	color: #000000;
	font-size: 16px;
	margin: auto;
	padding-right: 5%;
	text-align: center;
	width: 400px;
}

#pics{
	color: #666666;
	font-size: 16px;
	margin-left: auto;
	margin-right:auto;
	padding-right: 5%;
	display: block;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	width: 90%;
	height: 90%;
}

