/*

Template name: Me
Author: Magna Themes
Support: http://www.magna-themes.com/support

*/


/*  1. GENERAL COLORS AND FONTS
================================================*/
body {
     font-family: 'Helvetica', arial, sans-serif; /* Default font family for the entire document */
     font-size: 15px; /* Default font size for the entire document */
     color: #000; /* Default colors for the fonts */
     background: #F8F8F8; /* Background color */
	 background:url(../images/bg.png) center top repeat fixed;
}

/* Links */
a, .link {
     color: #fa4d79; /* Default color for the links */
}
/* Selection */
::selection, ::-moz-selection{
     background: #272727;
     color: #FFF;
}
/* Links */
h1, h2,  h3, h4, h5, h6, h1 a, h2 a,  h3 a, h4 a, h5 a, h6 a {
     color: #333;
     font-family: 'cooper_bt_light', arial, verdana;
     font-weight: normal;
}

/* Color for the big titles e.g.: OUR WORK */
div.title h2 {
     color: #232323;
}
/* Background color of the big titles. Should be same as the body */
div.title h2 span { background: #F8F8F8; }



/*  3. INTRO ( The text below the navigation )
================================================*/
#intro { 
     font-family: 'Helvetica', 'Arial';
     color: #414141; 
}
