// JavaScript Document

if ((screen.height<768))
{
	document.write('<style>body#homepage { ');
		document.write('background-color: #ccb160; ');
		document.write('background-attachment: fixed; ');
		document.write('background-image: url("http://www.havetotango.com/images/couple-50fade-250.jpg"); ');
		document.write('background-position: 90% 100%; ');
		document.write('background-repeat: no-repeat; ');
	document.writeln('} ');
	document.write('body#inside { ');
		document.write('background-color: #ccb160; ');
		document.write('background-attachment: fixed; ');
		document.write('background-image: url("http://www.havetotango.com/images/couple-15fade-250.jpg"); ');
		document.write('background-position: 90% 100%; ');
		document.write('background-repeat: no-repeat; ');
	document.write('} ');
	document.write('html>body #wrap { height: 100%; } ');
	document.write('#wrap { ');
		document.write('width: 777px; ');
		document.write('margin: 0px auto; ');
	document.write('} ');
	document.write('#header { ');
		document.write('background-color: #ccb160; ');
		document.write('width: 777px; ');
		document.write('height: 130px; ');
		document.write('margin: 0px; ');
	document.write('} ');
	document.write('html>body #content-wrap #navbar { ');
		document.write('background-color: #cf7c3f; ');
		document.write('position: fixed; ');
		document.write('top: 130px; ');
		document.write('width: 160px; ');
		document.write('padding: 0; ');
		document.write('z-index: 10; ');
	document.write('} ');
	document.write('html>body #content-wrap #content { ');
		document.write('padding: 135px 210px 2em 180px; ');
	document.write('} ');
	document.write('</style> ');
}
