/**
 * Common Stylesheet
 *
 * @author 		Zone
 * @email		info@zonecontent.com
 * @url 			http://www.zonecontent.com/
 * @copyright 	Copyright (c) 2009, zonecontent.com. All rights reserved.
 */

/* Global ****************/
html,
body {
	background:#3d8ec6 url('../img/bkg_repeat.jpg') repeat-x top left;
	text-align:center;
}

/* Layout ****************/
#page {
	width:960px;
	margin:0 auto 0 auto;
	text-align:left;
	padding-top:50px;
}
#content {
	margin:0 auto;
	text-align:center;
	padding:20px 21px 20px 20px;
	background:#fff;
	border:1px solid #8bc1dd;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

#flash-content,
#stretch-wrapper {
	width:572px;
	height:400px;
}

/* Typography ****************/
/* http://meyerweb.com/eric/thoughts/2007/06/04/ordering-the-link-states/ */
a {
	color:#000;
	text-decoration:underline;	
}
a:link {
	color:#000;	
}
a:visited {
	color:#000;
}
a:focus {
	color:#000;	
}
a:hover {
	color:#000;
	text-decoration:none;	
}
a:active {
	color:#000;	
}


