/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


* Filename: index.css
* Version: 1.0.0 (2008-12-15)
* Website: testovacia vec
* Author: Martin Koleják, Mystic 7 design studio, K-sten Námestovo, www.k-sten.sk, www.mystic7.sk
* Description: Css mystic 7 test page

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* -------------------------------- vseobecne nastavenia */
HTML, BODY, TD {
	background-color:#000000;
	margin:0px;
	padding:0px;
	border:0px;
	border:none;
	font-family:Arial, Verdana, Segoe Ui, Tahoma;
	color:white;
	font-size:11px;
	text-align: center;
	height:100%;
	width:100%;
}
#center{ 
height:100%; 
}
A  {
	color:#b4528f;
	text-decoration:none;
	border:none; 
}
A:Hover  {
	color:#b4528f;
    cursor:pointer;
	text-decoration:underline;
	border:none;
}
img{ 
    border:none; 
	margin:0;
	padding:0;
    border-width:0px;
	border:0px;
	vertical-align: top;
}
#container {
	clear:both;
}

/* -------------------------------- nastavenia INDEX div */
#container_main  {
	margin:0 auto;
	padding:0px;
	border:none;
	vertical-align:top;
	text-align: center;
	width:100%;
	height:100%;
	background: url("../web.jpg") no-repeat top center;
}
