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


body {
	background: #244383;
}


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

a {
	color: #3069b0;
}

a:hover {
	color: #3069b0;
}

a:visited {
	color: #3069b0;
}

a:active {
	color: #3069b0;
}


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

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

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


#footer {
	color: #759fdf;
}