@charset "utf-8";
/* CSS Document */

body{
width:1280px;
height:738px;
background-image:url(images/seasons_00100.jpg);
background-repeat:no-repeat;
background-position:right top;
background-color:#f1f1f1;
overflow:hidden;
}

#background a{
text-decoration:none;
}

#background{
background:none;
position:absolute;
width:1280px;
height:738px;
right:0px;
top:0px;
}

#topslidebar{
position:absolute;
width:900px;
left:50%;
margin-left:-450px;
}

.weather img{
position:fixed;
width:120px;
height:65px;
top:15px;
right:10px;
border:none;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}

.weather img:hover{
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
}

#labels{
position:absolute;
top:0px;
left:0px;
padding:0 0 0 0;	
}

#shortcuts{
position:absolute;
top:100px;
right:0px;
padding:0 0 0 0;	
}

.powered-by{
	position:fixed;
	width:100px;
	height:90px;
	bottom:0px;
	right:0px;
}