.scroll{
	display:block;
	border: 1px solid red;
	padding:5px;
	margin-top:5px;
	width:300px;
	height:50px;
	overflow:scroll;
	}
.auto{
	display:block;
	border: 1px solid red;
	padding:5px;
	margin-top:5px;
	width:300px;
	height:50px;
	overflow:auto;
	}
	

html {
		overflow: auto;
	}
}



body.custom {

	background-position: center top;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
		left: 0;
		bottom: 0;
		right: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
}



<--!   navigation controls start   -->
	/*  navigation controls start  */
	
	#nav {
		padding:5px 10px;
		background:#c99;
	}
	
	#nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#nav li {
		display:inline;
		margin:0;
		padding:0;
	}
	
	/*  navigation controls end  */

<!--

a:hover {
color: #fff; 
background-color: white;
}

a:link { 
color: #000;
}

a:visited { 
color: #666; 
}

a:active { 
color: #ffffff; 
}


-->

.hovermenu ul{
font:12px arial;
padding-left: 0;
margin-left: 0;
margin-top: 5px;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 0px 1.0em;
text-decoration: none;
float: center;
color: black;
background-color: #FFF;
border: 0px solid #FFF;
}

.hovermenu ul li a:hover{
font: 12px arial;
background-color: #fc7c00;
padding: 4px 1.0em;
color: white;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: 0;
}

<!--   End of Hover  -->

	
	
  #body {
	bgcolor="#ffffff"; 
	text="#000000";
	link="#000000";
	vlink="#000000";
	alink="#000000";
	}
  
  #main {
    width: 960px;
    height: 450px; 
	margin-left: auto;
    margin-right: auto;
	background-color: #FFF;
    background-size: 100%;
    background-image:url('');
	border: 1pt grey solid;
	-moz-border-radius: 25px;
     border-radius: 25px;
      }
	  
  #title {
    width: 725px;
    height: 50px; 
	-moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
	-moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
	margin-top: 0px;
	padding-left: 25px;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 24px; 
	color: black;
	background-color: white;
	}
	  
  #column0 {
    width: 25px;
    height: 450px; 
    float:left;
    margin-left:0px;
	background-color: #fff;
    background-size: 50%;
    background-image:url('');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	border-left: 0px black solid;
	border-right: 0px white solid;
	border-top: 0px black solid;
	border-bottom: 1px black solid;
	-moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
      }
	  
	  
  #column1 {
    width: 710px;
    height: 400px; 
	float: left; 
	-moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
	margin-top: 25px;
	padding-left: 25px;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 10px; 
	-moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    column-count:2;
	color: black;
	overflow-y: hidden; 
	overflow-x: scroll;
	overflow: auto;
    background-color: #fff;
	background-size: 100%;
    background-image:url('file:///C:/Users/DMichael/Downloads/1photo%281%29.jpg');
      }
	  
	#column1gallery {
    width: 710px;
    height: 400px;   
	float: left; 
	-moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
	margin-top: 25px;
	padding-left: 25px;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 10px; 
	-moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    column-count:2;
	color: black;
	overflow-y: hidden; 
	overflow-x: scroll;
	overflow: auto;
    background-color: #fff;
	background-size: 100%;
    background-image:url('file:///C:/Users/DMichael/Downloads/1photo%281%29.jpg');
      }  
	  
   ::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 30px;
    display: block;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #fff;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 20px;
    background-color: #bababa;
    -webkit-border-radius: 3px;
}
	  
  #column2 {
    width: 180px;
    height: 450px; 
    float: right;
	margin-top: 0px;
    margin-left: 10px;
    background-size: 100%;
	-moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
    border-bottom-right-radius: 25px;
    background-image:url('');
	background-color: red;
      }
	
  #columntext1 {
    width: 175px;
    height: 139px; 
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 12px; 
	color: #fff;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: -6px;
    float:left;
    margin-right: 0px;
	background-color: violet;
    background-size: 100%;
    background-image:url('');
	-moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
      }
	  
  #portraitstore {
    width: 340px;
    height: 375px;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 10px; 
	color: #000;
    float:left;
    margin-left: 0px;
	background-color: #fff;
      }  
	  
  #landscapestore {
    width: 340px;
    height: 180px; 
    float:left;
    font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 10px; 
	-moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    column-count:2;
	color: #000;
    margin-top: 10px;
	background-color: #fff;
      } 	

  #landscapestoreB {
    width: 340px;
    height: 180px; 
    float:left;
    font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 10px; 
	-moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    column-count:2;
	color: #000;
    margin-top: 10px;
	background-color: #fff;
      } 
	  
  #menu {
    width: 325px;
    height: 150px; 
    float:left;
    margin-left:-146px;
	z-index:1;
	background-color: #fff;
    background-size: 50%;
    background-image:url('images/DMLogo_gray.png');
	background-repeat: no-repeat;
	background-position: 120% -450%;
	border: 1px black solid;
	-moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
      }
	  
   #menulinks {
    width: 300px;
    height: 20px; 
    float:left;
    margin-top: 20px;
	margin-left: 15px;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 12px; 
	color: black;
	background-color: transparent;
    background-size: 100%;
    background-image:url('');
      }
	  	  
  #header {
    width: 300px;
    height: 30px; 
    float:left;
	margin-left: 13px;
    margin-right: 0px;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 28px; 
	color: black;
	background-color: transparent;
    background-size: 100%;
    background-image:url('');
      }
		  	  
	#bodytext {
    width: 300px;
    height: 20px; 
    float:left;
	margin-left: 10px;
    margin-right: 0px;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 28px; 
	color: black;
	background-color: transparent;
    background-size: 100%;
    background-image:url('');
      }
	  
			  
  #header2 {
    width: 300px;
    height: 30px; 
    float:left;
	margin-left: 15px;
    margin-right: 0px;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 14px; 
	color: black;
	background-color: transparent;
    background-size: 100%;
    background-image:url('');
      }
	  
  #facebook {
    width: 30px;
    height: 20px; 
    float:left;
	margin-right: 20px;
    margin-top: 10px;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	border: 0px black solid;
	-moz-border-radius: 4px;
    border-radius: 4px;
	color: white;
	background-color: blue;
    background-size: 100%;
    background-image:url('');
      }
	  	  
   #LinkedIn {
    width: 30px;
    height: 20px; 
    float:left;
	margin-right: 20px;
    margin-top: 10px;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	border: 0px black solid;
	-moz-border-radius: 4px;
    border-radius: 4px;
	color: white;
	background-color: skyblue;
    background-size: 100%;
    background-image:url('');
      }	  
	

 #Twitter {
    width: 30px;
    height: 20px; 
    float:left;
	margin-right: 20px;
    margin-top: 10px;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	border: 0px black solid;
	-moz-border-radius: 4px;
    border-radius: 4px;
	color: white;
	background-color: lightblue;
    background-size: 100%;
    background-image:url('');
      }

	 #Google {
    width: 30px;
    height: 20px; 
    float:left;
	margin-right: 20px;
    margin-top: 10px;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	border: 0px black solid;
	-moz-border-radius: 4px;
    border-radius: 4px;
	color: white;
	background-color: red;
    background-size: 100%;
    background-image:url('');
      }
		  
  #footer2 {
    width: 300px;
    height: 20px; 
    float:left;
	margin-left: 15px;
    margin-top: 20px;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 10px; 
	color: black;
	background-color: transparent;
    background-size: 100%;
    background-image:url('');
      }
	   
  #columntext2 {
    width: 155px;
    height: 139px; 
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 12px; 
	color: purple;
    float:left;
	padding-left: 30px;
	padding-top: 10px;
    margin-left: -6px;
	-moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    column-count:2;
	background-color: violet;
    background-size: 100%;
    background-image:url('');
	-moz-border-radius-bottomright: 25px;
    border-bottom-right-radius: 25px;
      }
	

	  #columntext2store {
    width: 175px;
    height: 139px; 
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 12px; 
	color: purple;
    float:left;
	padding-left: 10px;
	padding-top: 10px;
    margin-left: -6px;
	background-color: violet;
    background-size: 100%;
    background-image:url('');
	-moz-border-radius-bottomright: 25px;
    border-bottom-right-radius: 25px;
      }
	  
	   #column1about {
    width: 710px;
    height: 400px; 
	float: left; 
	-moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
	margin-top: 25px;
	padding-left: 25px;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 10px; 
	-moz-column-count:3; /* Firefox */
    -webkit-column-count:3; /* Safari and Chrome */
    column-count:3;
	color: black;
	overflow-y: hidden; 
	overflow-x: scroll;
	overflow: auto;
    background-color: #fff;
	background-size: 100%;
    background-image:url('file:///C:/Users/DMichael/Downloads/1photo%281%29.jpg');
      }
	  
  #footer {
    width: 960px;
    height: 60px; 
    float:left;
    margin-top: 10px;
	background-color: #fff;
    background-size: 100%;
    background-image:url('');
      } 	
	  
#adbutton {
    width: 182px;
    height: 30px; 
    float:left;
	margin-right: 12px;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 90%; 
	font-weight: bold;
	text-align: center;
	line-height: 210%;
	color: white;
	background-color: #bababa;
    background-size: 220%;
    background-image:url('images/xblick.jpg');
	background-position: 0% 50%;
	border: 0px black solid;
	-moz-border-radius: 20px;
    border-radius: 20px;
	background: #; /* Old browsers */
      }
	  
  #adbuttonend {
    width: 182px;
    height: 30px; 
    float:left;
	font-family: Gill sans, arial, helvetica, verdana, san-serif;
	font-size: 90%; 
	font-weight: bold; 
	text-align: center;
	line-height: 210%;
	color: white;
	background-color: #999;
    background-size: 220%;
    background-image:url('');
	border: 0px black solid;
	-moz-border-radius: 20px;
    border-radius: 20px;
	)