﻿@import "reset.css";

 body {
		background: #ebebeb url(../images/doc-bg.gif) left top repeat-x;
		text-align:center;
	}
	#container {
		width:995px;
		height:670px;
		margin:0px auto 0px auto;
		background: #ebebeb url(../images/flash-bg.jpg) center bottom no-repeat;
		padding:0;
	}
	#demo {
		margin:0px auto;
		width: 920px;
		height: 600px;
		background-color: #fff;
		display:block;
	}
	p {
		padding:50px;
		font-family:Arial,sans-serif;
		font-size:18px;
		color:#333;
		line-height:22px;
	}
	a {
		color:#777;
	}
