/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Title : Portfolio Layout
Author : Richard Carpenter 
URL : www.hv-designs.co.uk

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

*{
	padding:0;
	margin:0;
}

body {
	background-color: #101010;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


.latest_img {

}

