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

*{
			padding: 0;margin: 0;
		}
		a{
			text-decoration: none;
			color: #333;
		}
		body{
			background:#ddd url('http://subtlepatterns.com/patterns/textured_paper.png');
			font-family: 'Titillium Web', sans-serif;
		}
		iframe{
			margin: 20px 0;
		}
		h1{
			text-align: center;
		}
		h2{
			margin: 15px 0;
			line-height: 1em;
			font-size: 17px;
		}
		p{
			margin:10px 0;
		}
		#loading {
			position: fixed;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			z-index: 9999;
			background: url(http://pixolid.com/site_images/loading.gif) 50% 50% no-repeat #fff;
		}
		.container{
			width: 730px;
			margin: 0 auto;
			padding: 20px;
			background: #fff;
		}
			header{

			}
			.content img{
				width: 240px;
				height: 200px;
			}