Warning: Cannot modify header information - headers already sent by (output started at /home1/droneone/public_html/style.php:3) in /home1/droneone/public_html/style.php on line 4
body{
height: 100%;
width: 100%;
margin:0;
padding: 0;
}
#page{
position: absolute;
background: black;
width: 100%;
height: 200%;
top: 0px;
left: 0px;
}
#logo{
width: 18%;
height: 19%;
position: absolute;
top: 10px;
left: -10px;
}
#work{
position: absolute;
width: 80%;
top: 28%;
left: 10%;
}
#content{
table-layout: fixed;
/*padding-bottom: 60px;*/
}
#content2{
table-layout: fixed;
/*padding-bottom: 60px;*/
position: absolute;
top: 200%;
}
#contacts{
table-layout: fixed;
position:absolute;
top: 360%;
}
td.bigger{
font-family: sans-serif;
font-weight: Bolder;
font-size: 18;
color: white;
padding-bottom: 20px;
}
td.smaller{
font-family: sans-serif;
font-size: 11;
color: white;
}
a:link{
text-decoration: none;
color: #FFFFFF;
/*background: #FFCC00;*/
}
a:visited {
text-decoration: none;
color: #CCCCCC;
/*background: #FFCC00;*/
}
a:hover{
text-decoration: none;
color: #666666;
/*background: #FFCC00;*/
}