/* === Coded by Odin Dutton from www.twe4ked.com 
============================================ */

/* === Reset 
- http://meyerweb.com/eric/tools/css/reset/
============================================ */
@import url('reset.css');

/* === Global 
============================================ */
html{font-size:62.5%;} /* Setting the font size to 62.5% means that 1em = 10px, 1.2em = 12px and so on. */
body {line-height: 100%;font: normal 1.2em Arial, Helvetica, sans-serif;background: #000;color: #eee;}
p{font-size: 1.2em;margin:5px 0 10px 0;}
img{border: 0px;} /* Removes border from linked images. */
.clearing {clear: both}

/* === Layout
============================================*/
#content {width: 730px;margin:0 auto;background: #000 url('../images/header.jpg') no-repeat top center;min-height:397px;height:auto !important;height:390px;}
#albums {float:right;padding:20px 40px 0 0;}
#footer {text-align:center;}
.padding {padding-bottom:10px;}
.album-padding {padding-left:20px;}
.myspace-image {width:212px;margin:0 auto;padding-top:250px;}
.text {text-align:center;}

/* === Links 
============================================ */
a:link, a:visited {color: #7049f4;text-decoration:none;}
a:hover, a:active {color: #9272ff;text-decoration:none;}

/*= www.twe4ked.com =*/