/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05-08-2014, 21:25:01
    Author     : Hamun
*/
html
{
    height: 100%;
}
body
{
    
    width: 100%;
    height: 100%;
    color:white;
    background: top center repeat-x #333333;
    background-image: url(images/Net_internet_by_descuidado.jpg);
}

h1
{
	vertical-align: middle;
}

p
{
    margin-left: 20px;
}

#box
{
  
  width: 100%;
  height: 100%;
  margin-top: -25px;
  margin-left: -8px;
  background-image:  -moz-linear-gradient(top,  rgba(0,0,0,1) 5%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, top, bottom, color-stop(5%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top,  rgba(0,0,0,1) 5%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top,  rgba(0,0,0,1) 5%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top,  rgba(0,0,0,1) 5%,rgba(0,0,0,0) 100%); /* IE10+ */

}
#clickMenu
{
    
}

nav{
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:10px;
    padding:0;
    text-align:center;
}

nav li
{
    font-family: sans-serif;
    display: inline;
    margin: 0 20px;
    font-size: 20px;
}

nav a{
    display:inline-block;
    padding:10px;
}
a{
    color:lightblue;
}
section {
    border: 1px solid greenyellow;
    /*Make it alpha*/
    background: rgba(0,255,0,0.4);
    
}