@charset "utf-8";
/* CSS Document satuaalto-styles */

body {
	background-color: #000;
	margin:0;
	padding:0;
	color:#fff;
	height:100%;
	text-align: center;
	font-family: 'Conv_Aller_Rg';
}

A{text-decoration: none;} 
A:link{color:#fff;}
A:visited{color:#fff;}
A:hover{text-decoration:underline;}
A:active{outline: none;}
A:focus{-moz-outline-style: none;}

	
h1 {
	font-size:35px;
	font-weight:normal;
	color: #363636;
	margin-top:15px;
	}
	
h2 {
	font-size:18px;
	font-weight:normal;
	}
	
p {
	font-size:14px;
	}

#content {	
	margin-top:4%;
	}

#pictures {	
	width:96%;
	margin-right:2%;
	margin-left:2%;
	margin-top:20px;
	text-align: center;
	}
	
#pictures img {	
	margin-right:20px;
	margin-bottom:20px;
	border:6px solid #1e1e1e;
	}
	
/* Yleiset tyylit */

hr {
	height:1px;width:99%;border:1px solid #111; margin-top:10px; margin-bottom:10px;
	}

#footer {
	width:99%;
	min-height:80px;
	text-align:center;
	color:#363636;
	font-size:22px;
	margin-top:20px;
	margin-bottom:20px;
	}
