@charset "utf-8";

/* CSS Document */


*
{
	margin:0;
	padding:0;	
}
body
{
	background: rgba(0,174,239,1);
}

#backdiv
{
	height:600px;
	min-width:1000px;
	width:100%;
	background: rgba(3,78,162,1);
background: -moz-linear-gradient(top, rgba(3,78,162,1) 0%, rgba(0,174,239,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,78,162,1)), color-stop(100%, rgba(0,174,239,1)));
background: -webkit-linear-gradient(top, rgba(3,78,162,1) 0%, rgba(0,174,239,1) 100%);
background: -o-linear-gradient(top, rgba(3,78,162,1) 0%, rgba(0,174,239,1) 100%);
background: -ms-linear-gradient(top, rgba(3,78,162,1) 0%, rgba(0,174,239,1) 100%);
background: linear-gradient(to bottom, rgba(3,78,162,1) 0%, rgba(0,174,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034ea2', endColorstr='#00aeef', GradientType=0 );	
}
#backimg
{
	padding-top:50px;
	background:url(../img/bg.png) no-repeat;
	width:100%;
	background-size:100% auto;	
}
#logo
{
	
	width:574px;
	height:479px;
	background:url(../img/logo.png) no-repeat;

	transition:200ms ease-in-out;	
}

#logo:hover
{
	background:url(../img/logo_hover.png) no-repeat;
	transition:800ms ease-in-out;
}

#text
{
	width:100%;
	height:26px;
	background:#002277 url(../img/text.jpg) no-repeat center;
	cursor:pointer;
	opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
	transition:200ms ;	
}
#text:hover
{
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */	
	transition:400ms ;
}


@media 
{
		
}