﻿body {
	background-image: url('http://img.photobucket.com/albums/v443/Placebo_lady/blog/637.png');
	background-repeat: repeat;  
	font-family: Century gothic;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	text-align: justify; 
}


#wrapper{
	width:450px;
	overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
	margin: 0 auto;
}

#content { 
	margin-top:30px;
	width:450px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	color: #fff;
}

#desc{
	width:450px;
	min-height:50px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:50px; /* for IE5.x and IE6 */
	color: #fff;
	margin-top:10px;
	text-align:justify;
}

img {
	border:5px white solid;
}