.mydiv 
{
    position: absolute;
    z-index: 9;
}

* {
    box-sizing: border-box;
}

.column 
{
    padding: 10px;
    border: 1px;
   	min-height: 1px;
}

#chroms
{	
	min-height: 1px;
	border-style: solid;
	border-color: #9a2424;
	min-width: 400px;
	max-width: 400px;
}

#mainimage
{
	min-height: 1px;
	border-style: solid;
	border-color: #9a2424;
}

#row:after {
    content: "";
    display: table;
    clear: both;
}

h1 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
