
@media only screen and  (min-width: 1680px) {
	body{
		background:#191919 url(/files/back.png) no-repeat top right;
		background-size:contain;
		background-attachment:fixed;
	}
	#container{
		width:100%;	
		position:relative;
		overflow:hidden;
		background:transparent url(/files/back-top.png) no-repeat top center;
	}
	#textContainer{	
		width:100%;
		min-height:300px;
		position:relative;
	}
	#textContainer > .inside{
		width:50%;
		margin:20px auto 0px 7.5%;
	}
}

@media only screen and  (min-width: 1280px) and  (max-width: 1680px)  {
	body{
		background:#191919 url(/files/back.png) no-repeat top right;
		background-size:contain;
		background-attachment:fixed;
	}
	#container{
		width:100%;	
		position:relative;
		overflow:hidden;
		background:transparent url(/files/back-top.png) no-repeat top center;
	}
	#textContainer{	
		width:100%;
		min-height:300px;
		position:relative;
	}
	#textContainer > .inside{
		width:60%;
		margin:20px auto 0px 7.5%;
	}
}
/**************************************/
@media only screen and  (min-width: 1024px) and  (max-width: 1280px)  {
	body{
		background:#191919 url(/files/back.png) no-repeat top right;
		background-size:contain;
		background-attachment:fixed;
	}
	#container{
		width:100%;	
		position:relative;
		overflow:hidden;
		background:transparent url(/files/back-top.png) no-repeat top center;
	}
	#textContainer{	
		width:100%;
		min-height:300px;
		position:relative;
	}
	#textContainer > .inside{
		width:70%;
		margin:20px auto 0px 7.5%;
	}
}
@media only screen and  (min-width: 800px) and  (max-width: 1024px) {
	body{
		background-color:#191919;
	}
	#container{
		width:100%;	
		position:relative;
		overflow:hidden;
	}
	#textContainer{	
		width:100%;
		min-height:300px;
		position:relative;
	}
	#textContainer > .inside{
		width:80%;
		margin:20px auto 0px 7.5%;
	}
}
@media only screen and (min-width: 400px) and (max-width: 800px) {
	body{
		background-color:#191919;
	}
	#container{
		width:100%;	
		position:relative;
		overflow:hidden;
	}
	#textContainer{	
		width:100%;
		min-height:300px;
		position:relative;
	}
	#textContainer > .inside{
		width:85%;
		margin:20px auto 0px 7.5%;
	}
}
@media only screen and  (max-width: 400px) {
	body{
		background-color:#191919;
	}
	#container{
		width:100%;	
		position:relative;
		overflow:hidden;
	}
	#textContainer{	
		width:100%;
		min-height:300px;
		position:relative;
	}
	#textContainer > .inside{
		width:85%;
		margin:20px auto 0px 7.5%;
	}
}

