/* CSS Document */
/* default css template for basic centered (not vertically centered) content */
/*--- set basics and defaults---*/
* {margin:0; padding:0; border:0;}
html {min-width: 770px;}
body {
	text-align: center;
	/*background:#fff url(images/bg.jpg) top left repeat;*/
	font: 70%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#000;
	}
A:link, A:visited, A:active { 
	text-decoration: underline; 
	color: #fff;
	margin:0 10px 0 10px;
	}
div#wrapper	{
	margin: 0 auto;
	
	/*text-align: left;*/
	}
	
#no-flash-img{margin:10px 0 10px 0;}
#content p {margin:10px 0 10px 0;}
