/* GENERAL */
#all { text-align: center; margin:0 75px; }
#all img { border:3px solid white; margin:30px; }

#header { font-family: verdana, sans-serif; font-size: 0.8em; text-align: center; margin-bottom:10px; }
#header a { color:white; text-decoration: none; }

#photo { text-align: center; }
#photo img { border:10px solid white; margin:20px; }

#footer { font-family: verdana, sans-serif; font-size: 0.8em; text-align: center; }

#votebox a { text-decoration: none; font-family: verdana, sans-serif; font-size: 0.8em; text-align: center; color: #999;}


/* BACKGROUNDS */

body { 
background: fixed;
}

#background_0 { background-image: url(../images/IMG_3243.jpg); }
#background_1 { background-image: url(../images/IMG_2917.jpg); }
#background_2 { background-image: url(../images/IMG_2916.jpg); }
#background_3 { background-image: url(../images/IMG_9533.jpg); }
#background_4 { background-image: url(../images/IMG_2917.jpg); }
#background_5 { background-image: url(../images/IMG_2916.jpg); }
#background_6 { background-image: url(../images/IMG_9533.jpg); }
#background_7 { background-image: url(../images/IMG_3243.jpg); }
#background_8 { background-image: url(../images/IMG_3243.jpg); }

/*
#background_0 { background-image: url(../images/background0.gif); }
#background_1 { background-image: url(../images/background1.gif); }
#background_2 { background-image: url(../images/background2.gif); }
#background_3 { background-image: url(../images/background3.gif); }
#background_4 { background-image: url(../images/background4.gif); }
#background_5 { background-image: url(../images/background5.gif); }
#background_6 { background-image: url(../images/background6.gif); }
#background_7 { background-image: url(../images/background7.gif); }
#background_8 { background-image: url(../images/background8.gif); }
*/

/* COMMENTS */ 
#plainForm fieldset { 
	position: relative;
	top:20px;
	margin: 0 auto; 
	width:50%;
	border: 0;
	}

#plainForm label {
	display:block;
	padding:10px;
}

#plainForm textarea {
	display:block;
	width: 100%;
}

#plainForm #addition {
	width:40px;
}

#plainForm span {
	background-color: #666;
	color: white;
	font-family: verdana;
	font-size: small;
}

#copyright { color: #999; font-size: 0.7em; margin-top: 20px;}

#tagContainer { display: none; }

#ratingContainer {
	width:600;
	padding:10px;
	border:1px solid;
	border-color: #999 #333 #333 #999;
}



		#photo, #header { color: #999; }
		#photo, #header a { color: #999; }
		#photo span { font-family: sans-serif; font-size: 0.6em; display: block; margin-top: 25px;}
		.years { 
			margin: 0 10px;
			padding: 5px;
			border-top: 2px solid #999;
			border-left: 2px solid #999;
			border-right: 2px solid #333;
			border-bottom: 2px solid #333;
			background-color: #666;
			
			font-family: sans-serif; 
			color: #999; 
			font-size: 0.8em; 
			vertical-align: top;
			}