body {
overflow: hidden;
background-color: #fafafa;
}

#bulb {
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 13%;
width: 250px;
}

#lightbulb {
border: none;
}

.links {
width: 100px;
position: relative;
margin-top: -10px;
margin-left: auto;
margin-right: auto;
text-align: center;
padding-right: 60px;

font-family: "Trebuchet MS", Arial, sans-serif;
}

.content{
width: 350px;
position: relative;
margin-top: -10px;
margin-left: auto;
margin-right: auto;
text-align: center;
padding-right: 60px;

font-family: "Trebuchet MS", Arial, sans-serif;
}

a:link {
text-decoration: none;
color:#555555;
}
a:visited {
text-decoration: none;
color:#995555;
}
a:hover {
text-decoration: none;
color:#555599;
}
a:active {
text-decoration: none;
color:#559955;
}