
/*
Urban Web Design - Main CSS Style Sheet
Pink Treacle Promotions
Version: 1.0 beta
Author URI: http://www.urban-webdesign.co.uk
*/





html {
    margin:0;
    padding:0;
    height:100%;
    font-family: MS Sans Serif, Geneva, sans-serif;
  }

/*filter:alpha(opacity=100);  -moz-opacity:1.0;*/



body {
    background-image : url(images/bg.gif);
    background-position : left top;
    background-repeat : repeat-x;
    background-color: #f30fa4;
    font-size : 15px;
    height : 100%;
    position : relative;
    text-align : center;
    font-family: Verdana, Arial, Sans, sans-serif ;
  }

/*
LINK FORMATING START
*/




a:link {
    color: #000000;
    text-decoration: none;
  }


a:visited {
    color: #000000;
    text-decoration: none;
  }


a:hover {
    color : #f30fa4;
    text-decoration : none;
  }


a:active {
    color: #FFFFFF;
    text-decoration: none;
  }

/*
LINK FORMATING END
*/

#wrapper {
width : 700px;
margin : auto;
}

#adbg {
width : 300px;
position : absolute;
top : 30px;
left : 350px;
background-color : #fff;
opacity : 0.7; filter:alpha(opacity=70);
height : 150px;
}

#ad {
width : 300px;
position : absolute;
top : 30px;
left : 350px;
font-size : 13px;

}

#mast {
    background : #FFFFFF;
    width : 700px;
    position: relative; 
    text-align:center;
    margin: auto;
    margin-top: -4px;
    margin-bottom: -4px;
    color: #FFFFFF;
  }


#login {
    text-align: right;
    color:#ABABAB;
    font-size: 11px;
  }


#nav {
    position: relative;
    background-image: url(corners/navbar.gif);
    padding: 0px;
    font-family: sans-serif;
    text-align:center;
    color:#FFFFFF;

    font-size: 12pt;
    margin: auto;
    text-align: center;
    width: 700px;
    font-weight: 200;
    margin-top: 4px;
    margin-bottom: 4px;
  }


.nav {
    position: relative;
    height: 40px;
    background-image: url(corners/navbar.gif);
    padding: 0px;
    font-family: sans-serif;
    text-align:center;
    color:#D3D3D3;
    font-size: 12pt;
    margin: auto;
    padding: 0;
    width: 700px;
    font-weight: 200;
    margin-top: 4px;
    margin-bottom: 4px;

  }


#wrapper {
    position: relative;
    width: 700px;
    color: #000000;
    margin: auto;
    background-color: #FFFFFF;
    height : auto;
    font-family: sans-serif;
    text-align:center;
    font-size: 12pt;
    margin-top: -4px;
    margin-bottom: -4px;
  }


#footer {
    background-color : #FFFFFF;
    color : #000000;
    font-family : sans-serif;
    font-size : 10pt;
    margin : auto;
    position : relative;
    text-align : center;
    height : 80px;
    width : 700px;
    margin-top: -4px;
    margin-bottom: -4px;
  }


