/* 

CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
body{
/*
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #182654),
	color-stop(1, #050C1F)
);
background-image: -o-linear-gradient(bottom, #182654 0%, #050C1F 100%);
background-image: -moz-linear-gradient(bottom, #182654 0%, #050C1F 100%);
background-image: -webkit-linear-gradient(bottom, #182654 0%, #050C1F 100%);
background-image: -ms-linear-gradient(bottom, #182654 0%, #050C1F 100%);
background-image: linear-gradient(to bottom, #182654 0%, #050C1F 100%);
*/
background-image: -webkit-gradient(
	linear,
	left top,
	right bottom,
	color-stop(0.53, #3E378A),
	color-stop(1, #28244A)
);
background-image: -o-linear-gradient(right bottom, #3E378A 53%, #28244A 100%);
background-image: -moz-linear-gradient(right bottom, #3E378A 53%, #28244A 100%);
background-image: -webkit-linear-gradient(right bottom, #3E378A 53%, #28244A 100%);
background-image: -ms-linear-gradient(right bottom, #3E378A 53%, #28244A 100%);
background-image: linear-gradient(to right bottom, #3E378A 53%, #28244A 100%);
}

.body_wrap{
background-color: white;	
}