/* Katherine Catren, for www.vyrago.net, 2009  */

body, html {			width:100%;
				height:100%;
				margin:0px;
				padding:0px;
				background:url(images/bg1.jpg);
				background-color:#000000;
				background-repeat:no-repeat;
				}



#header {				background:url(images/union.png);
				width:707px;
				height:104px;
				position:absolute;
				top: 0px;
				left:325px;
				background-repeat:no-repeat;
				border: solid red 0px;
				}

#content {			font:bold 14pt times;
				color: white;
				text-align:center;
				text-decoration:none;
				}



/****** Buttons*****/

a.btn {				padding:0px 0px;
				font:bold 14pt times;
				text-align:center;
				text-decoration:none;
				}

a.btn:link {			display:block;
				width:161px;
				height:40px;
				color:white;
				background:url(images/button.jpg) no-repeat;
				}

a.btn:visited {			display:block;
				width:161px;
				height:40px;
				color:white;
				background:url(images/button.jpg) no-repeat;
				}

a.btn:active {			display:block;
				width:157px;
				height:35px;
				color:white;
				background:url(images/ACbutton.jpg) no-repeat;
				}

a.btn:hover {			display:block;
				width:157px;
				height:35px;
				color:white;
				background:url(images/ACbutton.jpg) no-repeat;
				}

a.btn:focus {			display:block;
				width:157px;
				height:35px;
				color:white;
				background:url(images/ACbutton.jpg) no-repeat;
				}

/** Button1 **/
#btn1 {				background:url();
				width:157px;
				height:35px;
				position:absolute; 
				top:90px;
				left:340px;
				background-repeat:no-repeat;
				border: solid red 0px;
				}

/** Button2 **/
#btn2 {				background:url();
				width:157px;
				height:35px;
				position:absolute;
				top:90px;
				left:515px;
				background-repeat:no-repeat;
				border: solid red 0px;
				}
/** Button3 **/
#btn3 {				background:url();
				width:157px;
				height:35px;
				position:absolute;
				top:90px;
				left:690px;
				background-repeat:no-repeat;
				border: solid red 0px;
				}
/** Button4 **/
#btn4 {				background:url();
				width:157px;
				height:35px;
				position:absolute;
				top:90px;
				left:865px;
				background-repeat:no-repeat;
				border: solid red 0px;
				}


/**** I Frame *********/


iframe.style {			border:solid yellow 0px;
				width:700px;
				height:440px;
				position:absolute;
				top:120px;
				left:330px;
				}

#watermark {			background:url(images/wheel_wm.png);
				background-repeat:no-repeat;
				border:solid yellow 0px;
				width:400px;
				height:420px;
				position:absolute;
				top:135px;
				left:475px;
				}
