/* 
	CICATRIZ WEBSHOP
	css for modern browsers 
	copyright 2007 Mocoro
	www.mocoro.com

*/

/*------------------------------
	BODY & TAG DEFINITIONS
--------------------------------*/



body {
	margin: 0px;
	background-color: black;
	background-image: url(../img/bg.gif);
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
/*	text-transform: uppercase;*/
	color: white;
	font-size: 200%;
	background-repeat: repeat;
			}
	

a:link, a:visited {
			text-decoration: none;
			color: yellow;
			background-color: black;
			padding: 2px; 
			}
	
a:hover, a:active {
			text-decoration: underline;
			color: black;
			background-color: yellow;
			padding: 2px; 
			}
			
p, h1 {margin-left: 30px;
	}

h1 {font-size: 350%;}

#noflash { margin: 4em; /*width: 600px;*/
 }
	
#flashcontent {
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	
}	

