body {
	background-color: #ff9900;
	padding: 0px;
	margin: 0px;
	color: #660000;
	font: verdana;
	font-size: 40px;
}

/*index page related styles*/

#wrapper {
	margin: 0 auto;
	width: 367px;
	height: auto;
	position: relative;
	min-height: 100%;	
	}
	
#text {
	text-align: center;
	margin-top: -20px;
	}

img.pos {
	margin-top: 100px;
	}
	
#footer {
	text-align: center;
	font-size: 10px;
	margin-top: 150px;
	}

a.roll:link {
	text-decoration: none;
	color:#660000;
	}
	
a.roll:visited {
	text-decoration: none;
	color:#660000;
	}
	
a.roll:hover{
	text-decoration: line-through;
	color:#660000;
	}
	
p.success {
	font-size: 16px;
	}
	
p.index {
	font-size: 30px;
	}
	
/*centering page in gallery.html*/
#center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -375px;
	height: 550px;
	width: 750px;
	}