system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
cmd: 

Direktori : /home/pfhr/public_html/css/
Upload File :
Current File : /home/pfhr/public_html/css/custom.css

	#top
        {
        	position: relative;
        	width:100%;
        	top:0px;
        	left:0px;
        	height:150px;
        	background-image: url('images/headbg.jpg'); 
       	    background-repeat: repeat;
       	    min-width:1000px;
    }
   #logo
        {
        	position: relative;
        	left:2%;
        	width:15%;
        	top:5px;
        	height:150px;
        }
    #title
        {
        	position:absolute;
        	left:27%;
        	top:45px;        	   	
    }

    #menu
        {
        	position: relative;
        	left:0px;
        	width:100%;
    }
    .slider
        {
        	position: relative;
        	left:0px;
        	width:100%;
        	height:324px;
    }
    .skdslider
    {
        width:100%;
        
    }
	 .sright
        {
        	float:right;
			position: absolute;
        	top:0px;
			right:0px;
        	width:30%;
        	height:324px;
			border-right: 2px solid gray;
			border-left: 2px solid gray;
			
			
    }
	
	.make-appointment-cta
	{}
	#banner
	{
	background-color:#C8C6C6;
    color:white;
	height:95px;
	margin-bottom:5px;
	margin-top:-20px;
	}
	#banner h1
	{
	padding-top:20px;
	padding-left:30px;
	font-size:30px;
	}
	.container
	{
	position: relative;
	width:100%;
	margin:0 auto;
	}
	#left
	{
	float:left;
	margin-left:2px;
	width:23%;
	height:750px;
    border-right: 2px solid gray;
    border-left: 2px solid gray;
	}
	#right
	{
	float:right;
	margin-right:2px;
	width:75%;
	}

    #bottom
        {
            position:absolute;
        	top:1250px;
        	left:0%;
        	width:100%;
          	height:50px;
        	background-image: url('Images/bottombg.png'); 
       	    background-repeat: repeat;
       	    text-align:center;       	    
        }
	#footer 
	{
    background: #E5E5E5; /* old browsers */
	background: -moz-linear-gradient(top, #E5E5E5 0%, #C4C4C4 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E5E5E5), color-stop(100%,#C4C4C4)); /* webkit */
	border-top: 2px solid red;
    color:black;
    clear:both;
    text-align:center;
    padding:5px; 
	}
    .a
        {
           font-size:medium;
           text-decoration:none;
           color:black;
        }
    .a:hover
        {
            text-decoration:underline;
    }