	@font-face {
	font-family: Rage;
	src: url(http://www.senseshop.ru/fonts/rage.ttf);
	}

	@font-face {
	font-family: French;
	src: url(http://www.senseshop.ru/fonts/french.ttf);
	}

	@font-face {
	font-family: Ashley;
	src: url(http://www.senseshop.ru/fonts/ashleymarie.ttf);
	}

	@font-face {
	font-family: Cassowary;
	src: url(http://www.senseshop.ru/fonts/cassowary.ttf);
	}

	html {
		height: 100%;
		overflow: hidden;
	}

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000;
		color:#ffffff;
		font-family:sans-serif;
		font-size:20;
	}

	#content {
		width: 1000px;
		height: 600px;        
		text-align: left;
	}

	#logo {
		text-align: center;
		width: 100%;
		height: 40px;
		padding: 0px 0 0px 0;
		z-index:10;
	}
	
	#header {
		text-align: center;
		background-color: #000;
		width: 100%;
		height: 20px;
		padding: 5px 0 5px 0;
		font-family: arial;
		font-size:18;
	}

	#navbar {
		text-align: center;
		background-color: #000;
		width: 20%;
		height: 500px; 
		padding: 5px 0 5px 0;
		font-family: arial;
		font-size:18;
		float:left;
		list-style-type:none;
		list-style-position:outside;
	}


	#flashcontent {
		width: 70%;
		height: 550px;
		float:left;
		margin-top:-13px;
		z-index:5;
	}

	#descr {

		width: 4%;
		height: 500px;
		margin-left:20px; 
		text-align: center;
		float:left;
		font-family: Ashley, French, times, arial;
		color:#FFFFFF;
    		font-size:35;

	}

	#player {
		text-align: center;
		float:right; 
		background-color: #000;
		color:#FFFFFF;
		width: 460px;
		height: 20px;
		padding: 0px 0 0px 0;
		margin-top:-7px;
	}

	#footer2 {
		text-align: right;
		background-color: #000;
		color:#FFFFFF;
		width: 400px;
		height: 20px;
		padding: 0px 0 0px 0;
		margin-top:5px;
    		font-family: Cassowary, Rage, times, arial;
    		font-size:12;
    		z-index:10;
	}

	p {
		font-family: Rage;
    		font-size:16;
	}	
	
	a {	
		color:#cccccc;
		text-decoration:none;
	}
