/* CSS Stylesheet for mixpasty.com
by Dennis Mendheim
Copyright 2012*/

body{
	background-color:		#dbdbdb;
	font-family:			Verdana, sans-serif;
	color:					#000000;
	
}
p{
		text-align:				center;
}

#icons{
	
	margin-top:				9%;
	
	max-width:					100%;
	
}

#icons h1{
	color:					#ffffff;
	
	text-align:				center;
}
#icons p{
		text-align:				center;
}
#icons a{
	text-decoration:		none;
}
#icons img{
	width:					20%;
	max-width:				200px;
	clear:					both;
	margin:					0px -5px;
}

#footer{
	position:				fixed;
	bottom:					0px;
	right:					0px;
	width:					100%;
	border-bottom:			15px solid #ffffff;
}
a{
	text-decoration:		none;
	color:					#ffffff;
	font-size:				0.5em;
}
#keks{
	position:				fixed;
	bottom:					0px;
	right:					0px;
	height:					10%;
}
