<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>CGStud.io - Stock 3D Models & Textures</title>
<style>
html{
	height: 100%; 
	background: #5b83a5; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #5b83a5 0%, #284c68 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#5b83a5), color-stop(100%,#284c68)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #5b83a5 0%,#284c68 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #5b83a5 0%,#284c68 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #5b83a5 0%,#284c68 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #5b83a5 0%,#284c68 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b83a5', endColorstr='#284c68',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
body{
	background: url('img/big-logo.png') center center no-repeat;
	height: 100%; 
	margin: 0px; 
	padding: 0px;
}
</style>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>

</head>
<body>
<div>
</div>
</body>
</html>
