/* css */

html, body 
	{
	margin:0; padding:0;
	min-height:650px; min-width:960px;
	background:#555;
	}

#flash
	{
	position:absolute;
	left:50%; top:50%;
	width:960px; height:650px;
	margin:-320px 0 0 -480px;
	}

#contain 
	{
	text-align: center;
	margin-top: 20px;
	}

#content
	{
	font-family: Arial, sans-serif;
	text-align: left;
	color: #fff;
	width: 500px;
	margin: 40px auto;
	font-size: 0.8em;
	}

html.js #content
	{
	display: none;
	}

html.js.iphone #content,
html.js.ipod #content
	{
	display: block;
	}
	
h1 
	{
	color: #000;
	color: #c47800;
	text-align: center;
	}

h2, .small
	{
	color: #AfB2BF;
	font-weight: normal;
	}

a
	{
	color: #c47800;
	text-decoration: none;
	}

a:hover
	{
	color: #000;
	}

a img
	{
	border: 0;
	}

.alert
	{
	padding: 10px;
	background: #7c0f0f;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

.our_work
	{
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
	}

.our_work li
	{
	float: left;
	width: 120px;
	margin-left: 5px;
	text-align: center;
	font-weight: bold;
	}

.our_work li span
	{
	display: block;
	padding: 4px 0;
	background: #c47800;
	}