/* ###########################################
   ##  Name: Surreal - Business & Portfolio ##
   ##  Author: cesiel1993                   ##
   ##  File: purple.css                     ##
   ##  Last Updated: July 17th, 2009        ##
   ##  Help: Email - cesiel1993@gmail.com   ##
   ###########################################
*/


body {
	background: #5a217b;
}


/* ---- Standard Elements ---- */

a {
	color: #8d29c6;
}

a:hover {
	color: #8d29c6;
}

a:visited {
	color: #8d29c6;
}

a:active {
	color: #8d29c6;
}


/* ---- Background ---- */

#gradient {
	background: url(../images/purple/bg_gradient.gif) repeat-x;
}

.gradient_highlight {
	background: url(../images/purple/bg_highlight.gif) no-repeat;
}


#footer {
	color: #bf51f0;
}