#firstbox {
height:200px;
width:1000px;
float:left;
background-image: url("http://cdn.akamai.steamstatic.com/steam/apps/730/header.jpg?t=1452221296");
font-size:70px;
font-family:cs_regular;
color: white;
text-align: center;
}

body{
	background-color: grey;
}

#allmenu {
height:50px;
/*width:100px;*/
font-size:30px;
background-color:black;
color:white;
float:left;
clear:left;
text-align:center;
margin-top:10px;
padding: 2px;
}


#allmenu:hover {
height:50px;
/*width:100px;*/
padding: 4px;
font-size:30px;
background-color:black;
color:white;
float:left;
clear:left;
text-align:center;
margin-top:10px;
border-style: solid;
border-color: white;
}


#firstmenu {
height:50px;
width:100px;
font-size:30px;
background-color:black;
color:white;
float:left;
clear:left;
text-align:center;
margin-top:10px;
}

#secondmenu {
height:50px;
width:170px;
font-size:30px;
background-color:black;
color:white;
float:left;
/*clear:left;*/
text-align:center;
margin-top:10px;
margin-left: 10px;
}

#thirdmenu {
height:50px;
width:170px;
font-size:30px;
background-color:black;
color:white;
float:left;
/*clear:left;*/
text-align:center;
margin-top:10px;
margin-left: 10px;
}

#fourthmenu {
height:50px;
width:110px;
font-size:30px;
background-color:black;
color:white;
float:left;
/*clear:left;*/
text-align:center;
margin-top:10px;
margin-left: 10px;
}

#fifthmenu {
height:50px;
width:140px;
font-size:30px;
background-color:black;
color:white;
float:left;
/*clear:left;*/
text-align:center;
margin-top:10px;
margin-left: 10px;
}

#firsthomemenu {
height:50px;
width:100px;
font-size:30px;
background-color:black;
color:white;
float:left;
clear:left;
text-align:center;
margin-top:10px;
border-style: solid;
border-color: white;
}

#secondhomemenu {
height:50px;
width:170px;
font-size:30px;
background-color:black;
color:white;
float:left;
/*clear:left;*/
text-align:center;
margin-top:10px;
margin-left: 10px;
border-style: solid;
border-color: white;
}

#thirdhomemenu {
height:50px;
width:170px;
font-size:30px;
background-color:black;
color:white;
float:left;
/*clear:left;*/
text-align:center;
margin-top:10px;
margin-left: 10px;
border-style: solid;
border-color: white;
}

#fourthhomemenu {
height:50px;
width:110px;
font-size:30px;
background-color:black;
color:white;
float:left;
/*clear:left;*/
text-align:center;
margin-top:10px;
margin-left: 10px;
border-style: solid;
border-color: white;
}

#fifthhomemenu {
height:50px;
width:140px;
font-size:30px;
background-color:black;
color:white;
float:left;
/*clear:left;*/
text-align:center;
margin-top:10px;
margin-left: 10px;
border-style: solid;
border-color: white;
}


#firstmenu:hover {
height:50px;
width:100px;
font-size:30px;
background-color:black;
color:white;
float:left;
clear:left;
text-align:center;
margin-top:10px;
border-style: solid;
border-color: white;
}

#secondmenu:hover {
height:50px;
width:170px;
font-size:30px;
background-color:black;
color:white;
float:left;
/*clear:left;*/
text-align:center;
margin-top:10px;
margin-left: 10px;
border-style: solid;
border-color: white;
}

#thirdmenu:hover {
height:50px;
width:170px;
font-size:30px;
background-color:black;
color:white;
float:left;
/*clear:left;*/
text-align:center;
margin-top:10px;
margin-left: 10px;
border-style: solid;
border-color: white;
}

#fourthmenu:hover {
height:50px;
width:110px;
font-size:30px;
background-color:black;
color:white;
float:left;
/*clear:left;*/
text-align:center;
margin-top:10px;
margin-left: 10px;
border-style: solid;
border-color: white;
}

#fifthmenu:hover {
height:50px;
width:140px;
font-size:30px;
background-color:black;
color:white;
float:left;
/*clear:left;*/
text-align:center;
margin-top:10px;
margin-left: 10px;
border-style: solid;
border-color: white;
}

#texthome {
height:80px;
width:1540px;
font-size:20px;
background-color:grey;
color:Yellow;
float:left;
clear:left;
margin-top:0px;
margin-left: 10px;
}


#textprofessional {
height:80px;
width:1000px;
font-size:20px;
background-color:grey;
color:Yellow;
float:left;
clear:left;
margin-top:10px;
margin-left: 10px;
}

#textskins {
height:80px;
width:1000px;
font-size:20px;
background-color:grey;
color:Yellow;
float:left;
clear:left;
margin-top:10px;
margin-left: 10px;
}

#textcommunity {
height:80px;
width:1000px;
font-size:20px;
background-color:grey;
color:Yellow;
float:left;
clear:left;
margin-top:10px;
margin-left: 10px;
}

#textlearning {
height:80px;
width:1000px;
font-size:20px;
background-color:grey;
color:Yellow;
float:left;
clear:left;
margin-top:10px;
margin-left: 10px;
}

/* unvisited link */
a:link {
    color: white;
      text-decoration: none;
}

/* visited link */
a:visited {
    color: white;
      text-decoration: none;
}

/* mouse over link */
a:hover {
    color: yellow;
      text-decoration: none;
}

/* selected link */
a:active {
    color: white;
      text-decoration: none;
}

