/***********************
*******  GLOBAL  *******
***********************/

#wrapper {
	height: 586px;
	background: url(../images/bg_wrapper_home.jpg) no-repeat 0 0;
}
#container {
	background: none;
	overflow: visible;
}
#container_inside{
	background: none;
	overflow: visible;
}
#container_end{
	background: none;
	height: 0px;
}
/**********************
******  HEADER  *******
**********************/

#header {
	background: none;
}
	
/********************
*******  LEFT  ******
********************/

#left {
	width: 288px;
}

/********************
*******  MAIN  ******
********************/

#main {
	width: 712px;
	height: 401px;
	overflow: visible;
}
#main .mod_flash {
	margin: -36px 0 0 0;
	overflow: visible;
}
#main .mod_flash * {
	outline: 0;
}
#main .home_alt {
	padding: 100px 100px 0 0;
	text-align: center;
}
#main .home_alt a {
	color: #e5bc1a;
}
#main .home_alt a.hideText {
	width: 117px;
	height: 88px;
	display: inline-block;
}
#main .home_alt a.link1 {
	background: url(../images/home_alt_1.png) no-repeat 0 0;
}
#main .home_alt a.link2 {
	background: url(../images/home_alt_2.png) no-repeat 0 0;
}
#main .home_alt a.link3 {
	background: url(../images/home_alt_3.png) no-repeat 0 0;
}

#header h1 {
	position: absolute;
	top: -9999px;
	visibility: hidden;
	}
