/*	CSS Document: Style -------------------------------------------------------------- */

/*
	Theme Name: Ashlee C
	Theme URI: http://ashleec.com

	Author: X Themer
	Author URI: http://xthemer.com/

	Version: 1.0

	Tags: ashlee c
*/

/*	Generic -------------------------------------------------------------- */

@import url('css/reset.css');

html, body {
	height:100%;
	background:#a59e96 url(images/bg.png) top center no-repeat;
}
.wrapper {
	width:590px;
	min-height:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.info {
	margin:925px 0 45px 0;
	text-align:center;
}
.info img {
	margin:0 1px 5px 0;
}
.info a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.music object, 
.music embed {
	background:#000;
}
.footer {
	width:100%;
	overflow:hidden;
	bottom:0;
	position:absolute;
}
.footer img {
	margin:0 30px 30px 0;
	float:right;
}
