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

span, div, table, body, img {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;

	border:none;
	}
form, input, button, a, br{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:12px;
}

button:hover {cursor:pointer;}
body {
	
	
	line-height:15px;
	font-size:11px;
	text-align:left;
	font-family:arial;
	letter-spacing:0px;
	word-spacing:0.1px;
	color:#999;
	}
br {line-height:15px;height:15px;}
* html img,
* html .png {
  azimuth: expression(
    this.pngSet?
      this.pngSet=true : 
        (this.nodeName == "IMG" ? 
          (this.src.toLowerCase().indexOf('.png')>-1 ? 
            (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
                this.src = "http://photoshopkursus.com/images/tp.gif") :
            '') :          
          (this.currentStyle.backgroundImage.toLowerCase().indexOf('.png')>-1) ?
            (this.origBg = (this.origBg) ? 
              this.origBg :             
              this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
              this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
              this.runtimeStyle.backgroundImage = "none") :
            ''
        ), this.pngSet=true
  );
}

h1 {font-weight:bold;font-size:11px;padding:0px;margin:0px;line-height:16px;color:black;}
.floatLeft {float:left;}
.floatRight {float:right;}
.clear {clear:both;}
.space {height:10px;}
a:link,  a:visited, a:active, a:hover {
	color:#5393c8;
	text-decoration:none;
	
	}
#flashit {
	
	position:absolute;
	z-index:1;
	left:0px;
	top:50%;
	height:612px;
	width:752px;
	margin-top:-336px;
	}

#alxBackground {
	
	position:absolute;
	z-index:2;
	background-image:url(images/alx.png);
	background-repeat:no-repeat;
	left:0px;
	top:50%;
	height:503px;
	width:584px;
	margin-top:-336px;
	padding-left:565px;
	padding-top:169px;
	}
	
#albumOutNow {
	
	background-image:url(images/albumOutNow.png);
	background-repeat:no-repeat;
	height:84px;
	width:366px;
	}