body, html
{
	height:100%;
}

html
{
}

body {
margin: 0;
background-color:transparent;
display: table
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
Header
{
background-color:transparent;
Height:100px;
}
div
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
box-sizing: border-box;
}

#main_pane
{
display: table-cell;
vertical-align: middle;
min-width: 800px;
max-width: 1200px;
width: 80%;
height:100%;
clear: both;
background-color:RGBA(70,70,70,0.9);
margin: 0 auto;
text-align: left;
position:relative;
overflow: hidden;
-webkit-box-shadow:  6px 6px 6px rgba(153,153,153,.9);
-moz-box-shadow: 6px 6px 6px rgba(153,153,153,.9);
box-shadow:  6px 6px 6px rgba(153,153,153,.9);
}
#search_zone
{
Background-color:RGB(209,209,209);
Height:60px;
text-align:center;
}
#search_zone #textfield
{
width:50%;
}
#search_zone #label
{
padding-right:30px;
}
#main_content
{
margin-right: 1%;
float: left;
background-color: transparent;
width:100%;
height:calc(100% - 100px);
}
#result_content
{
margin: 0 auto;
width:95%;
Height:100%;
Background-color:transparent;
}
#article
{
width:80%;
float:center;
margin: 0 auto;
}
#rightPanel
{
width:200px;
height:100%;
margin-left:25px;
float: right;
}
#imageOfMe
{
width:100%;
margin-bottom:20px;
}
#TitleDefinition1,.TitleDefinition2,.TextDefinition
{
width:calc(100% - 225px);
}
#skillsAndCapacitiesTable
{
height:150px;
width:calc(100% - 350px);
}
.skillTd
{
 background-clip: padding-box; /* this has been added */
 border-radius: 20px;
 background-color: #369;
 color: white;
 border: 5px solid white;
 background-color:white;
}
.img_arrow
{
width:30px;
}
.img_arrow:hover
{
cursor:pointer;
}
#contactInfo
{
border-radius: 10px;
background-color: transparent;
border: 2px solid white;
}
#contactInfoList
{
text-align:left;
padding: 0;
padding-left:2px;
list-style-type: none;
}
#contactInfo p
{
	margin:0px;
}
#contactInfo img
{
	margin:0px !important; 
	vertical-align:0px  !important;
}