body {
color: #ccc;
background-color: #fff;
font-size: 12px;
font-family: courier, sans-serif;
margin: 10px;
padding: 0;
overflow: hidden;
}
h1 {
position: absolute;
margin: 0;
padding: 0;
margin-top: -65px;
padding-left: 14px;
top: 13%;
font-size: 11px;
color: #bbb;
letter-spacing: 28px;
width: 100%;
text-align: center;
}
h2 {
position: absolute;
margin: 0;
padding: 0;
margin-top: 132px;
margin-left: 0px;
top: 66%;
width: 100%;
font-size: 22px;
color: #aaa;
letter-spacing: 10px;
text-align: center;
font-family: times;
}
img {
border-width: 0;
}
a {
color: #999;
text-decoration: none;
}
a:hover {
color: #444;
text-decoration: underline;
}
ul {
margin: 0;
padding: 0;
display: inline;
border: none;
}
li {
margin: 0;
padding: 10px;
border: none;
list-style: none;
display: inline;
}
#feature {
position: absolute;
top: 50%;
width: 100%;
}
#drawing {
position: absolute;
z-index: 10;
margin-left: -240px;
top: -260px;
left: 50%;
border: 1px solid #eee;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background-color: #fff;
padding: 5px;
}
#menu {
position: absolute;
text-align: center;
bottom: 0px;
left: -2px;
width: 100%;
top: 93%;
}
#license {
position: absolute;
text-align: center;
bottom: -4px;
left: 0px;
width: 100%;
}
#licenseLogo {
margin-bottom: 3px;
}
.arrow {
font-size: 45px;
}
