/* CSS Document */

body {
  background-color: rgb(255,255,255);
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

div.layout {
  background-color: rgb(255,255,255);
  position:relative;
  margin:auto;
  width:640px;
  height:480px;
}

div.rk {
  background-image: url('./rk.png');
  position:absolute;
  width:640px;
  height:38px;
  top:22px;
}

div.rk_text {
  position:relative;
  top:10%;
  text-align: center;
  color:rgb(255,255,255);
  font-size: 150%;
  font-weight: bold;
}

div.copyright {
  position:absolute;
  width:640px;
  height:20px;
  top:460px;
  text-align: center;
  color:rgb(211,211,211);
  font-size: 90%;
}

div.copyright:hover {
  position:absolute;
  width:640px;
  height:20px;
  top:460px;
  text-align: center;
  color:rgb(178,34,34);
  font-size: 90%;
}

a.linkedin {
  position:absolute;
  top:100px;
  left:0px;
  width:200px;
  height:200px;
  background-image: url('./linkedin.png');
}

a.linkedin:hover {
  position:absolute;
  top:100px;
  left:0px;
  width:200px;
  height:200px;
  background-image: url('./linkedin_hover.png');
}

div.linkedin_text_link {
  position:absolute;
  top:320px;
  left:0px;
  width:200px;
  height:20px;
  text-align: center;
}

a.email {
  position:absolute;
  top:100px;
  left:220px;
  width:200px;
  height:200px;
  background-image: url('./email.png');
}

a.email:hover {
  position:absolute;
  top:100px;
  left:220px;
  width:200px;
  height:200px;
  background-image: url('./email_hover.png');
}

div.email_text_link {
  position:absolute;
  top:320px;
  left:220px;
  width:200px;
  height:20px;
  text-align: center;
}

a.facebook {
  position:absolute;
  top:100px;
  left:440px;
  width:200px;
  height:200px;
  background-image: url('./facebook.png');
}

a.facebook:hover {
  position:absolute;
  top:100px;
  left:440px;
  width:200px;
  height:200px;
  background-image: url('./facebook_hover.png');
}

div.facebook_text_link {
  position:absolute;
  top:320px;
  left:440px;
  width:200px;
  height:20px;
  text-align: center;
}

a.text_links {
  color:rgb(0,0,0);
  font-size: 150%;
  font-weight: bold;
  text-decoration:none;
}

a.text_links:hover{
  color:rgb(178,34,34);      
  font-size: 150%;
  font-weight: bold;
  text-decoration:none;
}