
a:link {color:#45ADD5; text-decoration:none;}
a:visited {color:#45ADD5; text-decoration:none;}
a:hover {color:#45ADD5; text-decoration:underline;}
a:active {color:#333333; text-decoration:underline;}

.element { position: absolute; 
    margin-left: auto;
    margin-right: auto;
    width:100% }

#content{background-color:#ffffff; width:665px; margin-left:auto; margin-right:auto; text-align:center; padding:20px}

#copyright{padding-top:80px}

#paragraph{text-align:left; font-size:125%}

h1{font-size:200%; text-align:left}

body {
    background-color:#45ADD5;
    background-image:url(bg_desktop.png);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:top;
    margin: 0 !important;
    padding: 0 !important;
}

p {
	line-height:100%;
}