

/*===================*/
/*=== Main Styles ===*/
/*===================*/

body{
	overflow-x:hidden;
	margin:0 auto;
	padding:0;
}


a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

.theme-default #slider {
    width: 1281px; /* Make sure your images are the same size */
    height:641px; /* Make sure your images are the same size */
    margin: 0px auto;
}

#base{
	background:url(images/layout1.png) no-repeat;
	width:100%;
	height:1350px;
	background-position:center top;
	position:absolute;
	top:0;
	z-index:999;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

