
#main{
	margin-top: 0px !important;
	margin-left: -30px !important;
	margin-right: auto !important;
	background: url(/images/brickwall/brickwall/brickwall-1.png) repeat left top !important;
}
#content{
	position: relative;
	left: 0;
	top: -15px;
	/*width: 960px !important;*/
	min-height: 1080px !important;
	padding: 10px 20px 35px 20px !important;
	border: none !important;
	margin: 0 !important;
	margin-bottom: 25px !important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4) !important;
	background: #fff !important;
}
.footer-area{
	margin-top: -25px !important;
	border: none !important;
	opacity: 1 !important;
}
.page-title{
width: 960px !important;
}
.page-title h1{
	text-align: center !important;
	width: 960px !important;
	margin: 0 auto !important;
}
#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	display: none;
}
#back-to-top a {
	display: block;
	width: 40px;
	height: 40px;
	background: #515A5F url(/images/backtotop.png) no-repeat center center;
	text-indent: -9999px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
#back-to-top a:hover {
	background-color: #222222;
}

        #clock {
        	position: relative;
        	width: 150px;
        	height: 150px;
        	margin: 20px auto 0 auto;
        	background: url(/images/clockface.jpg) no-repeat;
        	list-style: none;
			left: 0;
			top: 0;
        	}
        
        #sec, #min, #hour {
        	position: absolute;
        	width: 8px;
        	height: 150px;
        	top: 0px;
        	left: 73px;
        	}
        
        #sec {
        	background: url(/images/sechand.png) no-repeat;
        	z-index: 3;
           	}
           
        #min {
        	background: url(/images/minhand.png) no-repeat;
        	z-index: 2;
           	}
           
        #hour {
        	background: url(/images/hourhand.png) no-repeat;
        	z-index: 1;
           	}
			
			
#sidebar{
	background: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4) !important;
	padding-left: 5px;
	padding-top: 10px;
	margin-left: 5px;
	margin-top: -20px;
}

#calendar_wrap{
	width: 90% !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) !important;	
	margin-left: 8px !important;
}
#calendar_wrap table{
	width: 90% !important;
	margin: 0 auto !important;
}


    a #tech-slideshow {
        height: 200px;
        position: relative;
        overflow: hidden;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); 
    }
    a #tech-slideshow > div {
        height: 200px;
        width: 2526px;
        background: url(/images/collage.jpg);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        
        -moz-transition:  opacity 0.5s ease-out; 
           -o-transition: opacity 0.5s ease-out; 
      -webkit-transition: opacity 0.5s ease-out; 
          -ms-transition: opacity 0.5s ease-out; 
    
        /* Slow */
        -webkit-animation: moveSlideshow 60s linear infinite;
        -moz-animation:    moveSlideshow 60s linear infinite;
        
        -webkit-transform: translate3d(0,0,0); /* Performance */
    
    }
    a #tech-slideshow #tech-slideshow-1 {
        /* Sprite */
        background-position: 0 200px;
        
        /* Fast */
        -webkit-animation: moveSlideshow 40s linear infinite;
        -moz-animation:    moveSlideshow 40s linear infinite;
    }
    a #tech-slideshow:hover #tech-slideshow-2 {
        opacity: 0;
    }
    
    @-webkit-keyframes moveSlideshow {
        0%   { 
            -webkit-transform: translateX(0); 
            -moz-transform:    translateX(0); 
            -ms-transform:     translateX(0); 
            -o-transform:      translateX(0); 
            transform:         translateX(0); 
        }    
        100% { 
            -webkit-transform: translateX(-1684px); 
            -moz-transform:    translateX(-1684px); 
            -ms-transform:     translateX(-1684px); 
            -o-transform:      translateX(-1684px); 
            transform:         translateX(-1684px); 
        }
    }
    @-moz-keyframes moveSlideshow {
        0%   { 
            -webkit-transform: translateX(0); 
            -moz-transform:    translateX(0); 
            -ms-transform:     translateX(0); 
            -o-transform:      translateX(0); 
            transform:         translateX(0); 
        }    
        100% { 
            -webkit-transform: translateX(-1684px); 
            -moz-transform:    translateX(-1684px); 
            -ms-transform:     translateX(-1684px); 
            -o-transform:      translateX(-1684px); 
            transform:         translateX(-1684px); 
        }
    }
	
	.ctr{
		text-align: center !important;
	}
