/* -- GENERAL REDECLARATIONS -- */

html				{}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #2D2D2D;
	text-indent: -9000px;
	color: #fff;
}

img 				{border:none;}

a {outline:none;}

/* Standard Layout */
     
#wrapper {
	position: relative;
	text-align : left;
	margin: 0 auto;
	width : 990px;
	height : 720px;
	background: #2D2D2D url("../images/background.jpg") no-repeat 0 20px;
}

a.email {
	position: absolute;
	top: 596px;
	left: 290px;
	width: 160px;
	height: 20px;
}

a.myspace {
	position: absolute;
	top: 576px;
	left: 350px;
	width: 190px;
	height: 20px;
}

.clr {
	clear:both;
}

