@charset "UTF-8";
/* CSS Document */

body {
background-color:#000000;
margin:0px;
padding:0px;
background-repeat:repeat-x;
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
background-position:center;
font-size:14px;

}

#backLine {
margin-top:0px;
height:250px;
background-image:url(images/linebg.jpg);
background-repeat:repeat-x;

}

#container{
width:800px;
height:auto;
margin-top:0px;
margin-bottom:auto;
margin-left:auto;
margin-right:auto;
}


#header {
position:relative;
background-image:url(images/header.jpg);
height:250px;
background-repeat:no-repeat;
background-position:top center;
margin-top:0px;

}

#content {
position:relative;
top:50px;

}

#description {
text-align:left;
position:relative;
float:left;
width:500px;
margin-left:100px;
}

#links {
position:relative;
margin-top:15px;
float:right;
width:150px;
}

#footer {
position:relative;
clear:both;
top:200px;

}

/* Typography */

body {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
text-align:center;

}

#links {
text-align:center;
font-size:16px;
}

#footer {
font-size:10px;

}

p.designer {
font-size:12px;

}

p.name{
font-size:25px;

}

a:link{color:#049a91;}
a:visited{color:#049a91;}
a:hover{color:#ffffff;}