body {
	margin:0;
	padding:0;
	background:url(design/templates/floweriux.lt/images/BG.jpg) top center no-repeat; overflow-x:hidden;
	outline:none;
	border:none;
}
.image {
	display:block;
	width:1024px;
	height:600px;
	margin:0 auto;
	background:url(images/test.jpg) top center no-repeat; /* intro_page_floweriux.png */
	overflow-x:hidden; 
	position:relative;
}
a {
	outline:none;
	border:none;
}
a.desing_link, a.programmer_link {
	width:380px;
	height:435px;
	display:block;
	margin-top:60px;
}

a.desing_link {
	float:right;
 	margin-right:120px;
}
a.desing_link:hover {
        background:#fff;
    -moz-opacity:.30; 
       filter:alpha(opacity=30); 
        opacity:.30;
}
a.programmer_link {
	margin-left:120px;
	float:left;
}
a.programmer_link:hover{
        -moz-opacity:100; 
       filter:alpha(opacity=100); 
        opacity:100;
background:url(images/programing_under-construction.png) center center no-repeat;
}
a.programmer_link:hover span {

        width:380px;
	height:435px;
	display:block;

  -moz-opacity:.30; 
       filter:alpha(opacity=30); 
        opacity:.30;
 background:#fff;
}
#preload {
	display:none;
}
