* { margin: 0; padding: 0; }

html { margin-left: -1px; overflow-Y: scroll; }
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	head~body *{ margin-left: -1px;}
}

body {
   background: #414141;
}

#fullHeader {
   position: relative;
   width: 100%;
   height: 150px;
   border-bottom: 40px solid #cb2027;
   background: #fff;
}
#fullContent{
   position: relative;
   width: 100%;
   height: 300px;
   border-bottom: 40px solid #313131;
}
#header {
   position: relative;
   width: 740px;
   margin-left: -370px;
   left: 50%;
   text-align: center;
   padding-top: 25px;
}
#content {
   position: relative;
   width: 740px;
   margin-left: -370px;
   left: 50%;
   text-align: center;
   margin-top: 10px;
}

img#painter {
   float: right;
}
img#logo {
   float: right;
   margin-top: 10px;
}
#projects {
   float: left;
   width: 530px;
   margin-top: 5px;
   text-align: left;
}

#projects img {
   float: left;
   border: 5px solid #ccc;
}
#description {
   float: left;
   width: 230px;
   margin-left: 10px;
}
#buttons {
   clear: both;
}

#contact {
   float: right;
   width: 200px;
   margin: 5px;
}
