* {
  margin: 0;
  padding: 0;
}

body
{
    background-color: #1C0E09;
    background-attachment:fixed;
    background-image: url(site.png);
    background-position:center;
    background-repeat:no-repeat;
}
div #links
{
    position: relative;
    margin-left: 380px;
	margin-top: 300px;
	width: 300px;
	height: 30px;
}

#gallery
{
	position: relative;
	margin-left: 0px;
}

#pipe
{
	position: relative;
	margin-left: 10px;
}

#pricing
{
	position: relative;
    margin-left: 10px;
}   

#pricing a img
{
	position: absolute;
	margin-top:10px;
}

a
{
    text-decoration: none;
}   
a:hover
{
    text-decoration: none;
}
a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

a:active
{
    text-decoration: none;
}

img {
	border: none;
}