/*  
Theme Name: ISPr3
Description: Internet Service Provider Review UK Stylesheet
Version: 3.0
Author: Mark Jackson
Author URL: http://www.ispreview.co.uk
*/

/* Layout Stylesheet */ 

#outerbg{background-image:url(//www.ispreview.co.uk/images/backg.gif);background-position:top center;background-repeat:repeat-y;/*width:995px;*/margin:auto}
#outer{width:980px;background:#fff;margin:auto}
/* Media Queries - Content with a resolution of 668px width or less will use this code - put desktop code here */
@media only screen and (max-width: 600px) {
	#outerbg {background-image: none;}
	#outer {/*width:768px;*/width:100%;/*min-width:768px;*/}
}